Html Css Color HEX #BC8046 Brandy Punch

📋 copy color: '#BC8046'

red 188 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #BC8046

Tints of Brandy Punch #BC8046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 48.7%
G = 33.16%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8046 (or 0xBC8046) is known color: Brandy Punch. HEX triplet: BC, 80 and 46. RGB value is (188,128,70). Sum of RGB (Red+Green+Blue) = 188+128+70=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8046 is #437FB9. Grayscale: #8B8B8B. Windows color (decimal): -4423610 or 4620476. OLE color: 4620476.

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

Color convert

RGB 188 128 70 -
CMYK 0 0.32 0.63 0.26
HSL 29.49º 0.47% 0.51% -
HSV(B) 29.49º 0.63% 0.74% -
XYZ 29.56 26.57 9.37 -
YUV 139.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 188 128 70 0 0.32 0.63 0.26 29.49 0.47 0.51
Hex BC 80 46 0 20 3F 1A 1D 2F 33
Octal 274 200 106 0 40 77 32 35 57 63
Binary 10111100 10000000 1000110 0 100000 111111 11010 11101 101111 110011

Color Harmonies of #BC8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8046

Black with #BC8046

Text Example


Text Example

White with #BC8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8046; }

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

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

background-color css

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

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

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

border-color css

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

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

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