Html Css Color HEX #BB8C86 Oriental Pink

📋 copy color: '#BB8C86'

red 187 ◦ green 140 ◦ blue 134

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

Shades of Oriental Pink #BB8C86

Tints of Oriental Pink #BB8C86

RGB

 RED value IS 187 (73.44% from 255) = 40.56%

 GREEN value IS 140 (55.08% from 255) = 30.37%

 BLUE value IS 134 (52.73% from 255) = 29.07%

R = 40.56%
G = 30.37%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB8C86 (or 0xBB8C86) is known color: Oriental Pink. HEX triplet: BB, 8C and 86. RGB value is (187,140,134). Sum of RGB (Red+Green+Blue) = 187+140+134=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8C86 is #447379. Grayscale: #999999. Windows color (decimal): -4486010 or 8817851. OLE color: 8817851.

HSL color Cylindrical-coordinate representation of color #BB8C86: hue angle of 6.79º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8C86 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 134 -
CMYK 0 0.25 0.28 0.27
HSL 6.79º 0.28% 0.63% -
HSV(B) 6.79º 0.28% 0.73% -
XYZ 34.17 31.04 26.74 -
YUV 153.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 187 140 134 0 0.25 0.28 0.27 6.79 0.28 0.63
Hex BB 8C 86 0 19 1C 1B 7 1C 3F
Octal 273 214 206 0 31 34 33 7 34 77
Binary 10111011 10001100 10000110 0 11001 11100 11011 111 11100 111111

Color Harmonies of #BB8C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C86

Black with #BB8C86

Text Example


Text Example

White with #BB8C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C86; }

 p { color: rgb(187,140,134); }

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

background-color css

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

 a { background-color: rgb(187,140,134); }

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

border-color css

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

 span { border-color: rgb(187,140,134); }

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