Html Css Color HEX #BC8787 Rosy Brown

📋 copy color: '#BC8787'

red 188 ◦ green 135 ◦ blue 135

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

Shades of Rosy Brown #BC8787

Tints of Rosy Brown #BC8787

RGB

 RED value IS 188 (73.83% from 255) = 41.05%

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

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

R = 41.05%
G = 29.48%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC8787 (or 0xBC8787) is known color: Rosy Brown. HEX triplet: BC, 87 and 87. RGB value is (188,135,135). Sum of RGB (Red+Green+Blue) = 188+135+135=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8787 is #437878. Grayscale: #969696. Windows color (decimal): -4421753 or 8882108. OLE color: 8882108.

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

Color convert

RGB 188 135 135 -
CMYK 0 0.28 0.28 0.26
HSL 0.28% 0.63% -
HSV(B) 0.28% 0.74% -
XYZ 33.78 29.77 26.89 -
YUV 150.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 188 135 135 0 0.28 0.28 0.26 0 0.28 0.63
Hex BC 87 87 0 1C 1C 1A 0 1C 3F
Octal 274 207 207 0 34 34 32 0 34 77
Binary 10111100 10000111 10000111 0 11100 11100 11010 0 11100 111111

Color Harmonies of #BC8787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8787

Black with #BC8787

Text Example


Text Example

White with #BC8787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8787; }

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

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

background-color css

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

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

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

border-color css

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

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

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