Html Css Color HEX #BB8787 Rosy Brown

📋 copy color: '#BB8787'

red 187 ◦ green 135 ◦ blue 135

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

Shades of Rosy Brown #BB8787

Tints of Rosy Brown #BB8787

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

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

R = 40.92%
G = 29.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB8787 (or 0xBB8787) is known color: Rosy Brown. HEX triplet: BB, 87 and 87. RGB value is (187,135,135). Sum of RGB (Red+Green+Blue) = 187+135+135=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8787 is #447878. Grayscale: #969696. Windows color (decimal): -4487289 or 8882107. OLE color: 8882107.

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

Color convert

RGB 187 135 135 -
CMYK 0 0.28 0.28 0.27
HSL 0.28% 0.63% -
HSV(B) 0.28% 0.73% -
XYZ 33.53 29.64 26.88 -
YUV 150.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 187 135 135 0 0.28 0.28 0.27 0 0.28 0.63
Hex BB 87 87 0 1C 1C 1B 0 1C 3F
Octal 273 207 207 0 34 34 33 0 34 77
Binary 10111011 10000111 10000111 0 11100 11100 11011 0 11100 111111

Color Harmonies of #BB8787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8787

Black with #BB8787

Text Example


Text Example

White with #BB8787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8787; }

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

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

background-color css

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

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

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

border-color css

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

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

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