Html Css Color HEX #BC8970 Brandy Rose

📋 copy color: '#BC8970'

red 188 ◦ green 137 ◦ blue 112

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

Shades of Brandy Rose #BC8970

Tints of Brandy Rose #BC8970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 43.02%
G = 31.35%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8970 (or 0xBC8970) is known color: Brandy Rose. HEX triplet: BC, 89 and 70. RGB value is (188,137,112). Sum of RGB (Red+Green+Blue) = 188+137+112=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8970 is #43768F. Grayscale: #959595. Windows color (decimal): -4421264 or 7375292. OLE color: 7375292.

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

Color convert

RGB 188 137 112 -
CMYK 0 0.27 0.40 0.26
HSL 19.74º 0.36% 0.59% -
HSV(B) 19.74º 0.4% 0.74% -
XYZ 32.61 29.75 19.35 -
YUV 149.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 188 137 112 0 0.27 0.40 0.26 19.74 0.36 0.59
Hex BC 89 70 0 1B 28 1A 14 24 3B
Octal 274 211 160 0 33 50 32 24 44 73
Binary 10111100 10001001 1110000 0 11011 101000 11010 10100 100100 111011

Color Harmonies of #BC8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8970

Black with #BC8970

Text Example


Text Example

White with #BC8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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