Html Css Color HEX #BC8039 Brandy Punch

📋 copy color: '#BC8039'

red 188 ◦ green 128 ◦ blue 57

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

Shades of Brandy Punch #BC8039

Tints of Brandy Punch #BC8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.28%

R = 50.4%
G = 34.32%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8039 (or 0xBC8039) is known color: Brandy Punch. HEX triplet: BC, 80 and 39. RGB value is (188,128,57). Sum of RGB (Red+Green+Blue) = 188+128+57=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8039 is #437FC6. Grayscale: #8A8A8A. Windows color (decimal): -4423623 or 3768508. OLE color: 3768508.

HSL color Cylindrical-coordinate representation of color #BC8039: hue angle of 32.52º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC8039 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 57 -
CMYK 0 0.32 0.70 0.26
HSL 32.52º 0.53% 0.48% -
HSV(B) 32.52º 0.7% 0.74% -
XYZ 29.2 26.43 7.43 -
YUV 137.85 82.38 163.77 -
System Red Green Blue C M Y K H S L
Decimal 188 128 57 0 0.32 0.70 0.26 32.52 0.53 0.48
Hex BC 80 39 0 20 46 1A 21 35 30
Octal 274 200 71 0 40 106 32 41 65 60
Binary 10111100 10000000 111001 0 100000 1000110 11010 100001 110101 110000

Color Harmonies of #BC8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8039

Black with #BC8039

Text Example


Text Example

White with #BC8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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