Html Css Color HEX #BC8241 Brandy Punch

📋 copy color: '#BC8241'

red 188 ◦ green 130 ◦ blue 65

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

Shades of Brandy Punch #BC8241

Tints of Brandy Punch #BC8241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 49.09%
G = 33.94%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC8241 (or 0xBC8241) is known color: Brandy Punch. HEX triplet: BC, 82 and 41. RGB value is (188,130,65). Sum of RGB (Red+Green+Blue) = 188+130+65=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8241 is #437DBE. Grayscale: #8C8C8C. Windows color (decimal): -4423103 or 4293308. OLE color: 4293308.

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

Color convert

RGB 188 130 65 -
CMYK 0 0.31 0.65 0.26
HSL 31.71º 0.49% 0.5% -
HSV(B) 31.71º 0.65% 0.74% -
XYZ 29.68 27.04 8.66 -
YUV 139.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 188 130 65 0 0.31 0.65 0.26 31.71 0.49 0.5
Hex BC 82 41 0 1F 41 1A 20 31 32
Octal 274 202 101 0 37 101 32 40 61 62
Binary 10111100 10000010 1000001 0 11111 1000001 11010 100000 110001 110010

Color Harmonies of #BC8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8241

Black with #BC8241

Text Example


Text Example

White with #BC8241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8241; }

 p { color: rgb(188,130,65); }

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

background-color css

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

 a { background-color: rgb(188,130,65); }

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

border-color css

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

 span { border-color: rgb(188,130,65); }

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