Html Css Color HEX #BB8F86 Oriental Pink

📋 copy color: '#BB8F86'

red 187 ◦ green 143 ◦ blue 134

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

Shades of Oriental Pink #BB8F86

Tints of Oriental Pink #BB8F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

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

R = 40.3%
G = 30.82%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB8F86 (or 0xBB8F86) is known color: Oriental Pink. HEX triplet: BB, 8F and 86. RGB value is (187,143,134). Sum of RGB (Red+Green+Blue) = 187+143+134=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F86 is #447079. Grayscale: #9B9B9B. Windows color (decimal): -4485242 or 8818619. OLE color: 8818619.

HSL color Cylindrical-coordinate representation of color #BB8F86: hue angle of 10.19º 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 #BB8F86 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 134 -
CMYK 0 0.24 0.28 0.27
HSL 10.19º 0.28% 0.63% -
HSV(B) 10.19º 0.28% 0.73% -
XYZ 34.62 31.93 26.89 -
YUV 155.13 116.08 150.73 -
System Red Green Blue C M Y K H S L
Decimal 187 143 134 0 0.24 0.28 0.27 10.19 0.28 0.63
Hex BB 8F 86 0 18 1C 1B A 1C 3F
Octal 273 217 206 0 30 34 33 12 34 77
Binary 10111011 10001111 10000110 0 11000 11100 11011 1010 11100 111111

Color Harmonies of #BB8F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F86

Black with #BB8F86

Text Example


Text Example

White with #BB8F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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