Html Css Color HEX #BC8445 Brandy Punch

📋 copy color: '#BC8445'

red 188 ◦ green 132 ◦ blue 69

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

Shades of Brandy Punch #BC8445

Tints of Brandy Punch #BC8445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 48.33%
G = 33.93%
B = 17.74%

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

#BC8445 (or 0xBC8445) is known color: Brandy Punch. HEX triplet: BC, 84 and 45. RGB value is (188,132,69). Sum of RGB (Red+Green+Blue) = 188+132+69=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8445 is #437BBA. Grayscale: #8D8D8D. Windows color (decimal): -4422587 or 4555964. OLE color: 4555964.

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

Color convert

RGB 188 132 69 -
CMYK 0 0.30 0.63 0.26
HSL 31.76º 0.47% 0.5% -
HSV(B) 31.76º 0.63% 0.74% -
XYZ 30.06 27.62 9.38 -
YUV 141.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 188 132 69 0 0.30 0.63 0.26 31.76 0.47 0.5
Hex BC 84 45 0 1E 3F 1A 20 2F 32
Octal 274 204 105 0 36 77 32 40 57 62
Binary 10111100 10000100 1000101 0 11110 111111 11010 100000 101111 110010

Color Harmonies of #BC8445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8445

Black with #BC8445

Text Example


Text Example

White with #BC8445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8445; }

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

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

background-color css

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

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

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

border-color css

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

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

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