Html Css Color HEX #BC8049 Brandy Punch

📋 copy color: '#BC8049'

red 188 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #BC8049

Tints of Brandy Punch #BC8049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 48.33%
G = 32.9%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8049 (or 0xBC8049) is known color: Brandy Punch. HEX triplet: BC, 80 and 49. RGB value is (188,128,73). Sum of RGB (Red+Green+Blue) = 188+128+73=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8049 is #437FB6. Grayscale: #8B8B8B. Windows color (decimal): -4423607 or 4817084. OLE color: 4817084.

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

Color convert

RGB 188 128 73 -
CMYK 0 0.32 0.61 0.26
HSL 28.7º 0.46% 0.51% -
HSV(B) 28.7º 0.61% 0.74% -
XYZ 29.66 26.61 9.88 -
YUV 139.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 188 128 73 0 0.32 0.61 0.26 28.7 0.46 0.51
Hex BC 80 49 0 20 3D 1A 1D 2E 33
Octal 274 200 111 0 40 75 32 35 56 63
Binary 10111100 10000000 1001001 0 100000 111101 11010 11101 101110 110011

Color Harmonies of #BC8049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8049

Black with #BC8049

Text Example


Text Example

White with #BC8049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8049; }

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

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

background-color css

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

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

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

border-color css

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

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

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