Html Css Color HEX #BC8872 Brandy Rose

📋 copy color: '#BC8872'

red 188 ◦ green 136 ◦ blue 114

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

Shades of Brandy Rose #BC8872

Tints of Brandy Rose #BC8872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 42.92%
G = 31.05%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8872 (or 0xBC8872) is known color: Brandy Rose. HEX triplet: BC, 88 and 72. RGB value is (188,136,114). Sum of RGB (Red+Green+Blue) = 188+136+114=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8872 is #43778D. Grayscale: #959595. Windows color (decimal): -4421518 or 7506108. OLE color: 7506108.

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

Color convert

RGB 188 136 114 -
CMYK 0 0.28 0.39 0.26
HSL 17.84º 0.36% 0.59% -
HSV(B) 17.84º 0.39% 0.74% -
XYZ 32.58 29.51 19.9 -
YUV 149.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 188 136 114 0 0.28 0.39 0.26 17.84 0.36 0.59
Hex BC 88 72 0 1C 27 1A 12 24 3B
Octal 274 210 162 0 34 47 32 22 44 73
Binary 10111100 10001000 1110010 0 11100 100111 11010 10010 100100 111011

Color Harmonies of #BC8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8872

Black with #BC8872

Text Example


Text Example

White with #BC8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8872; }

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

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

background-color css

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

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

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

border-color css

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

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

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