Html Css Color HEX #BB8F87 Oriental Pink

📋 copy color: '#BB8F87'

red 187 ◦ green 143 ◦ blue 135

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

Shades of Oriental Pink #BB8F87

Tints of Oriental Pink #BB8F87

RGB

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

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

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

R = 40.22%
G = 30.75%
B = 29.03%

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

#BB8F87 (or 0xBB8F87) is known color: Oriental Pink. HEX triplet: BB, 8F and 87. RGB value is (187,143,135). Sum of RGB (Red+Green+Blue) = 187+143+135=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F87 is #447078. Grayscale: #9B9B9B. Windows color (decimal): -4485241 or 8884155. OLE color: 8884155.

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

Color convert

RGB 187 143 135 -
CMYK 0 0.24 0.28 0.27
HSL 9.23º 0.28% 0.63% -
HSV(B) 9.23º 0.28% 0.73% -
XYZ 34.69 31.96 27.26 -
YUV 155.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 187 143 135 0 0.24 0.28 0.27 9.23 0.28 0.63
Hex BB 8F 87 0 18 1C 1B 9 1C 3F
Octal 273 217 207 0 30 34 33 11 34 77
Binary 10111011 10001111 10000111 0 11000 11100 11011 1001 11100 111111

Color Harmonies of #BB8F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F87

Black with #BB8F87

Text Example


Text Example

White with #BB8F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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