Html Css Color HEX #BC7E3C Brandy Punch

📋 copy color: '#BC7E3C'

red 188 ◦ green 126 ◦ blue 60

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

Shades of Brandy Punch #BC7E3C

Tints of Brandy Punch #BC7E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 50.27%
G = 33.69%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC7E3C (or 0xBC7E3C) is known color: Brandy Punch. HEX triplet: BC, 7E and 3C. RGB value is (188,126,60). Sum of RGB (Red+Green+Blue) = 188+126+60=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3C is #4381C3. Grayscale: #898989. Windows color (decimal): -4424132 or 3964604. OLE color: 3964604.

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

Color convert

RGB 188 126 60 -
CMYK 0 0.33 0.68 0.26
HSL 30.94º 0.52% 0.49% -
HSV(B) 30.94º 0.68% 0.74% -
XYZ 29.02 25.94 7.75 -
YUV 137.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 188 126 60 0 0.33 0.68 0.26 30.94 0.52 0.49
Hex BC 7E 3C 0 21 44 1A 1F 34 31
Octal 274 176 74 0 41 104 32 37 64 61
Binary 10111100 1111110 111100 0 100001 1000100 11010 11111 110100 110001

Color Harmonies of #BC7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E3C

Black with #BC7E3C

Text Example


Text Example

White with #BC7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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