Html Css Color HEX #BC8B72 Brandy Rose

📋 copy color: '#BC8B72'

red 188 ◦ green 139 ◦ blue 114

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

Shades of Brandy Rose #BC8B72

Tints of Brandy Rose #BC8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

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

R = 42.63%
G = 31.52%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC8B72 (or 0xBC8B72) is known color: Brandy Rose. HEX triplet: BC, 8B and 72. RGB value is (188,139,114). Sum of RGB (Red+Green+Blue) = 188+139+114=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B72 is #43748D. Grayscale: #969696. Windows color (decimal): -4420750 or 7506876. OLE color: 7506876.

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

Color convert

RGB 188 139 114 -
CMYK 0 0.26 0.39 0.26
HSL 20.27º 0.36% 0.59% -
HSV(B) 20.27º 0.39% 0.74% -
XYZ 33.01 30.37 20.04 -
YUV 150.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 188 139 114 0 0.26 0.39 0.26 20.27 0.36 0.59
Hex BC 8B 72 0 1A 27 1A 14 24 3B
Octal 274 213 162 0 32 47 32 24 44 73
Binary 10111100 10001011 1110010 0 11010 100111 11010 10100 100100 111011

Color Harmonies of #BC8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B72

Black with #BC8B72

Text Example


Text Example

White with #BC8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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