Html Css Color HEX #BC7A3E Brandy Punch

📋 copy color: '#BC7A3E'

red 188 ◦ green 122 ◦ blue 62

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

Shades of Brandy Punch #BC7A3E

Tints of Brandy Punch #BC7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 50.54%
G = 32.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC7A3E (or 0xBC7A3E) is known color: Brandy Punch. HEX triplet: BC, 7A and 3E. RGB value is (188,122,62). Sum of RGB (Red+Green+Blue) = 188+122+62=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A3E is #4385C1. Grayscale: #878787. Windows color (decimal): -4425154 or 4094652. OLE color: 4094652.

HSL color Cylindrical-coordinate representation of color #BC7A3E: hue angle of 28.57º 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 #BC7A3E is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 62 -
CMYK 0 0.35 0.67 0.26
HSL 28.57º 0.5% 0.49% -
HSV(B) 28.57º 0.67% 0.74% -
XYZ 28.57 24.96 7.87 -
YUV 134.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 188 122 62 0 0.35 0.67 0.26 28.57 0.5 0.49
Hex BC 7A 3E 0 23 43 1A 1D 32 31
Octal 274 172 76 0 43 103 32 35 62 61
Binary 10111100 1111010 111110 0 100011 1000011 11010 11101 110010 110001

Color Harmonies of #BC7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A3E

Black with #BC7A3E

Text Example


Text Example

White with #BC7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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