Html Css Color HEX #BC8370 Brandy Rose

📋 copy color: '#BC8370'

red 188 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #BC8370

Tints of Brandy Rose #BC8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 43.62%
G = 30.39%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC8370 (or 0xBC8370) is known color: Brandy Rose. HEX triplet: BC, 83 and 70. RGB value is (188,131,112). Sum of RGB (Red+Green+Blue) = 188+131+112=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8370 is #437C8F. Grayscale: #929292. Windows color (decimal): -4422800 or 7373756. OLE color: 7373756.

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

Color convert

RGB 188 131 112 -
CMYK 0 0.30 0.40 0.26
HSL 15º 0.36% 0.59% -
HSV(B) 15º 0.4% 0.74% -
XYZ 31.78 28.09 19.08 -
YUV 145.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 188 131 112 0 0.30 0.40 0.26 15 0.36 0.59
Hex BC 83 70 0 1E 28 1A F 24 3B
Octal 274 203 160 0 36 50 32 17 44 73
Binary 10111100 10000011 1110000 0 11110 101000 11010 1111 100100 111011

Color Harmonies of #BC8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8370

Black with #BC8370

Text Example


Text Example

White with #BC8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8370; }

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

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

background-color css

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

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

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

border-color css

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

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

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