Html Css Color HEX #BC8446 Brandy Punch

📋 copy color: '#BC8446'

red 188 ◦ green 132 ◦ blue 70

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

Shades of Brandy Punch #BC8446

Tints of Brandy Punch #BC8446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 48.21%
G = 33.85%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8446 (or 0xBC8446) is known color: Brandy Punch. HEX triplet: BC, 84 and 46. RGB value is (188,132,70). Sum of RGB (Red+Green+Blue) = 188+132+70=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8446 is #437BB9. Grayscale: #8D8D8D. Windows color (decimal): -4422586 or 4621500. OLE color: 4621500.

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

Color convert

RGB 188 132 70 -
CMYK 0 0.30 0.63 0.26
HSL 31.53º 0.47% 0.51% -
HSV(B) 31.53º 0.63% 0.74% -
XYZ 30.1 27.64 9.54 -
YUV 141.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 188 132 70 0 0.30 0.63 0.26 31.53 0.47 0.51
Hex BC 84 46 0 1E 3F 1A 20 2F 33
Octal 274 204 106 0 36 77 32 40 57 63
Binary 10111100 10000100 1000110 0 11110 111111 11010 100000 101111 110011

Color Harmonies of #BC8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8446

Black with #BC8446

Text Example


Text Example

White with #BC8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8446; }

 p { color: rgb(188,132,70); }

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

background-color css

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

 a { background-color: rgb(188,132,70); }

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

border-color css

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

 span { border-color: rgb(188,132,70); }

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