Html Css Color HEX #BC7E3A Brandy Punch

📋 copy color: '#BC7E3A'

red 188 ◦ green 126 ◦ blue 58

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

Shades of Brandy Punch #BC7E3A

Tints of Brandy Punch #BC7E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 50.54%
G = 33.87%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC7E3A (or 0xBC7E3A) is known color: Brandy Punch. HEX triplet: BC, 7E and 3A. RGB value is (188,126,58). Sum of RGB (Red+Green+Blue) = 188+126+58=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3A is #4381C5. Grayscale: #898989. Windows color (decimal): -4424134 or 3833532. OLE color: 3833532.

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

Color convert

RGB 188 126 58 -
CMYK 0 0.33 0.69 0.26
HSL 31.38º 0.53% 0.48% -
HSV(B) 31.38º 0.69% 0.74% -
XYZ 28.96 25.92 7.48 -
YUV 136.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 188 126 58 0 0.33 0.69 0.26 31.38 0.53 0.48
Hex BC 7E 3A 0 21 45 1A 1F 35 30
Octal 274 176 72 0 41 105 32 37 65 60
Binary 10111100 1111110 111010 0 100001 1000101 11010 11111 110101 110000

Color Harmonies of #BC7E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E3A

Black with #BC7E3A

Text Example


Text Example

White with #BC7E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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