Html Css Color HEX #BC8376 Brandy Rose

📋 copy color: '#BC8376'

red 188 ◦ green 131 ◦ blue 118

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

Shades of Brandy Rose #BC8376

Tints of Brandy Rose #BC8376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27%

R = 43.02%
G = 29.98%
B = 27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC8376 (or 0xBC8376) is known color: Brandy Rose. HEX triplet: BC, 83 and 76. RGB value is (188,131,118). Sum of RGB (Red+Green+Blue) = 188+131+118=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8376 is #437C89. Grayscale: #929292. Windows color (decimal): -4422794 or 7766972. OLE color: 7766972.

HSL color Cylindrical-coordinate representation of color #BC8376: hue angle of 11.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8376 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 118 -
CMYK 0 0.30 0.37 0.26
HSL 11.14º 0.34% 0.6% -
HSV(B) 11.14º 0.37% 0.74% -
XYZ 32.13 28.23 20.9 -
YUV 146.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 188 131 118 0 0.30 0.37 0.26 11.14 0.34 0.6
Hex BC 83 76 0 1E 25 1A B 22 3C
Octal 274 203 166 0 36 45 32 13 42 74
Binary 10111100 10000011 1110110 0 11110 100101 11010 1011 100010 111100

Color Harmonies of #BC8376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8376

Black with #BC8376

Text Example


Text Example

White with #BC8376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8376; }

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

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

background-color css

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

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

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

border-color css

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

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

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