Html Css Color HEX #BC7D40 Brandy Punch

📋 copy color: '#BC7D40'

red 188 ◦ green 125 ◦ blue 64

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

Shades of Brandy Punch #BC7D40

Tints of Brandy Punch #BC7D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 49.87%
G = 33.16%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7D40 (or 0xBC7D40) is known color: Brandy Punch. HEX triplet: BC, 7D and 40. RGB value is (188,125,64). Sum of RGB (Red+Green+Blue) = 188+125+64=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D40 is #4382BF. Grayscale: #898989. Windows color (decimal): -4424384 or 4226492. OLE color: 4226492.

HSL color Cylindrical-coordinate representation of color #BC7D40: hue angle of 29.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC7D40 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 64 -
CMYK 0 0.34 0.66 0.26
HSL 29.52º 0.49% 0.49% -
HSV(B) 29.52º 0.66% 0.74% -
XYZ 29 25.73 8.29 -
YUV 136.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 188 125 64 0 0.34 0.66 0.26 29.52 0.49 0.49
Hex BC 7D 40 0 22 42 1A 1E 31 31
Octal 274 175 100 0 42 102 32 36 61 61
Binary 10111100 1111101 1000000 0 100010 1000010 11010 11110 110001 110001

Color Harmonies of #BC7D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D40

Black with #BC7D40

Text Example


Text Example

White with #BC7D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D40; }

 p { color: rgb(188,125,64); }

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

background-color css

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

 a { background-color: rgb(188,125,64); }

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

border-color css

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

 span { border-color: rgb(188,125,64); }

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