Html Css Color HEX #BC8042 Brandy Punch

📋 copy color: '#BC8042'

red 188 ◦ green 128 ◦ blue 66

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

Shades of Brandy Punch #BC8042

Tints of Brandy Punch #BC8042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

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

R = 49.21%
G = 33.51%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8042 (or 0xBC8042) is known color: Brandy Punch. HEX triplet: BC, 80 and 42. RGB value is (188,128,66). Sum of RGB (Red+Green+Blue) = 188+128+66=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8042 is #437FBD. Grayscale: #8B8B8B. Windows color (decimal): -4423614 or 4358332. OLE color: 4358332.

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

Color convert

RGB 188 128 66 -
CMYK 0 0.32 0.65 0.26
HSL 30.49º 0.48% 0.5% -
HSV(B) 30.49º 0.65% 0.74% -
XYZ 29.44 26.52 8.72 -
YUV 138.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 188 128 66 0 0.32 0.65 0.26 30.49 0.48 0.5
Hex BC 80 42 0 20 41 1A 1E 30 32
Octal 274 200 102 0 40 101 32 36 60 62
Binary 10111100 10000000 1000010 0 100000 1000001 11010 11110 110000 110010

Color Harmonies of #BC8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8042

Black with #BC8042

Text Example


Text Example

White with #BC8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8042; }

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

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

background-color css

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

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

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

border-color css

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

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

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