Html Css Color HEX #BC8442 Brandy Punch

📋 copy color: '#BC8442'

red 188 ◦ green 132 ◦ blue 66

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

Shades of Brandy Punch #BC8442

Tints of Brandy Punch #BC8442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.1%

R = 48.7%
G = 34.2%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8442 (or 0xBC8442) is known color: Brandy Punch. HEX triplet: BC, 84 and 42. RGB value is (188,132,66). Sum of RGB (Red+Green+Blue) = 188+132+66=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8442 is #437BBD. Grayscale: #8D8D8D. Windows color (decimal): -4422590 or 4359356. OLE color: 4359356.

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

Color convert

RGB 188 132 66 -
CMYK 0 0.30 0.65 0.26
HSL 32.46º 0.48% 0.5% -
HSV(B) 32.46º 0.65% 0.74% -
XYZ 29.97 27.59 8.9 -
YUV 141.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 188 132 66 0 0.30 0.65 0.26 32.46 0.48 0.5
Hex BC 84 42 0 1E 41 1A 20 30 32
Octal 274 204 102 0 36 101 32 40 60 62
Binary 10111100 10000100 1000010 0 11110 1000001 11010 100000 110000 110010

Color Harmonies of #BC8442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8442

Black with #BC8442

Text Example


Text Example

White with #BC8442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8442; }

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

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

background-color css

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

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

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

border-color css

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

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

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