Html Css Color HEX #BC8887 Rosy Brown

📋 copy color: '#BC8887'

red 188 ◦ green 136 ◦ blue 135

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

Shades of Rosy Brown #BC8887

Tints of Rosy Brown #BC8887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.63%

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

R = 40.96%
G = 29.63%
B = 29.41%

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

#BC8887 (or 0xBC8887) is known color: Rosy Brown. HEX triplet: BC, 88 and 87. RGB value is (188,136,135). Sum of RGB (Red+Green+Blue) = 188+136+135=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8887 is #437778. Grayscale: #979797. Windows color (decimal): -4421497 or 8882364. OLE color: 8882364.

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

Color convert

RGB 188 136 135 -
CMYK 0 0.28 0.28 0.26
HSL 1.13º 0.28% 0.63% -
HSV(B) 1.13º 0.28% 0.74% -
XYZ 33.92 30.05 26.93 -
YUV 151.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 188 136 135 0 0.28 0.28 0.26 1.13 0.28 0.63
Hex BC 88 87 0 1C 1C 1A 1 1C 3F
Octal 274 210 207 0 34 34 32 1 34 77
Binary 10111100 10001000 10000111 0 11100 11100 11010 1 11100 111111

Color Harmonies of #BC8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8887

Black with #BC8887

Text Example


Text Example

White with #BC8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8887; }

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

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

background-color css

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

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

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

border-color css

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

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

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