Html Css Color HEX #BC8972 Brandy Rose

📋 copy color: '#BC8972'

red 188 ◦ green 137 ◦ blue 114

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

Shades of Brandy Rose #BC8972

Tints of Brandy Rose #BC8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 42.82%
G = 31.21%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8972 (or 0xBC8972) is known color: Brandy Rose. HEX triplet: BC, 89 and 72. RGB value is (188,137,114). Sum of RGB (Red+Green+Blue) = 188+137+114=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8972 is #43768D. Grayscale: #959595. Windows color (decimal): -4421262 or 7506364. OLE color: 7506364.

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

Color convert

RGB 188 137 114 -
CMYK 0 0.27 0.39 0.26
HSL 18.65º 0.36% 0.59% -
HSV(B) 18.65º 0.39% 0.74% -
XYZ 32.72 29.8 19.95 -
YUV 149.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 188 137 114 0 0.27 0.39 0.26 18.65 0.36 0.59
Hex BC 89 72 0 1B 27 1A 13 24 3B
Octal 274 211 162 0 33 47 32 23 44 73
Binary 10111100 10001001 1110010 0 11011 100111 11010 10011 100100 111011

Color Harmonies of #BC8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8972

Black with #BC8972

Text Example


Text Example

White with #BC8972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8972; }

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

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

background-color css

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

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

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

border-color css

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

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

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