Html Css Color HEX #BC7E3E Brandy Punch

📋 copy color: '#BC7E3E'

red 188 ◦ green 126 ◦ blue 62

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

Shades of Brandy Punch #BC7E3E

Tints of Brandy Punch #BC7E3E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 50%
G = 33.51%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC7E3E (or 0xBC7E3E) is known color: Brandy Punch. HEX triplet: BC, 7E and 3E. RGB value is (188,126,62). Sum of RGB (Red+Green+Blue) = 188+126+62=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3E is #4381C1. Grayscale: #898989. Windows color (decimal): -4424130 or 4095676. OLE color: 4095676.

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

Color convert

RGB 188 126 62 -
CMYK 0 0.33 0.67 0.26
HSL 30.48º 0.5% 0.49% -
HSV(B) 30.48º 0.67% 0.74% -
XYZ 29.07 25.96 8.04 -
YUV 137.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 188 126 62 0 0.33 0.67 0.26 30.48 0.5 0.49
Hex BC 7E 3E 0 21 43 1A 1E 32 31
Octal 274 176 76 0 41 103 32 36 62 61
Binary 10111100 1111110 111110 0 100001 1000011 11010 11110 110010 110001

Color Harmonies of #BC7E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E3E

Black with #BC7E3E

Text Example


Text Example

White with #BC7E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E3E; }

 p { color: rgb(188,126,62); }

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

background-color css

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

 a { background-color: rgb(188,126,62); }

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

border-color css

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

 span { border-color: rgb(188,126,62); }

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