Html Css Color HEX #BB8F85 Oriental Pink

📋 copy color: '#BB8F85'

red 187 ◦ green 143 ◦ blue 133

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

Shades of Oriental Pink #BB8F85

Tints of Oriental Pink #BB8F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 40.39%
G = 30.89%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB8F85 (or 0xBB8F85) is known color: Oriental Pink. HEX triplet: BB, 8F and 85. RGB value is (187,143,133). Sum of RGB (Red+Green+Blue) = 187+143+133=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F85 is #44707A. Grayscale: #9B9B9B. Windows color (decimal): -4485243 or 8753083. OLE color: 8753083.

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

Color convert

RGB 187 143 133 -
CMYK 0 0.24 0.29 0.27
HSL 11.11º 0.28% 0.63% -
HSV(B) 11.11º 0.29% 0.73% -
XYZ 34.55 31.9 26.53 -
YUV 155.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 187 143 133 0 0.24 0.29 0.27 11.11 0.28 0.63
Hex BB 8F 85 0 18 1D 1B B 1C 3F
Octal 273 217 205 0 30 35 33 13 34 77
Binary 10111011 10001111 10000101 0 11000 11101 11011 1011 11100 111111

Color Harmonies of #BB8F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F85

Black with #BB8F85

Text Example


Text Example

White with #BB8F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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