Html Css Color HEX #BE8887 Oriental Pink

📋 copy color: '#BE8887'

red 190 ◦ green 136 ◦ blue 135

#BE8887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BE8887

Tints of Oriental Pink #BE8887

RGB

 RED value IS 190 (74.61% from 255) = 41.21%

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 41.21%
G = 29.5%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE8887 (or 0xBE8887) is known color: Oriental Pink. HEX triplet: BE, 88 and 87. RGB value is (190,136,135). Sum of RGB (Red+Green+Blue) = 190+136+135=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8887 is #417778. Grayscale: #989898. Windows color (decimal): -4290425 or 8882366. OLE color: 8882366.

HSL color Cylindrical-coordinate representation of color #BE8887: hue angle of 1.09º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8887 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 135 -
CMYK 0 0.28 0.29 0.25
HSL 1.09º 0.3% 0.64% -
HSV(B) 1.09º 0.29% 0.75% -
XYZ 34.41 30.3 26.96 -
YUV 152.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 190 136 135 0 0.28 0.29 0.25 1.09 0.3 0.64
Hex BE 88 87 0 1C 1D 19 1 1E 40
Octal 276 210 207 0 34 35 31 1 36 100
Binary 10111110 10001000 10000111 0 11100 11101 11001 1 11110 1000000

Color Harmonies of #BE8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8887

Black with #BE8887

Text Example


Text Example

White with #BE8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8887; }

 p { color: rgb(190,136,135); }

 H1.HeaderClassName
 {
   color: #BE8887;
 }
 .AnyTagClassName
 {
   color: #BE8887;
 }
</style>

background-color css

<style>
 a { background-color: #BE8887; }

 a { background-color: rgb(190,136,135); }

 div.DivClassName
 {
   background-color: #BE8887;
 }
 .BgClassName
 {
   background-color: #BE8887;
 }
</style>

border-color css

<style>
 span { border-color: #BE8887; }

 span { border-color: rgb(190,136,135); }

 td.TdClassName
 {
   border-color: #BE8887;
 }
 .TagClassName
 {
   border-color: #BE8887;
 }
</style>