Html Css Color HEX #BC7E3F Brandy Punch

📋 copy color: '#BC7E3F'

red 188 ◦ green 126 ◦ blue 63

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

Shades of Brandy Punch #BC7E3F

Tints of Brandy Punch #BC7E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.71%

R = 49.87%
G = 33.42%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7E3F (or 0xBC7E3F) is known color: Brandy Punch. HEX triplet: BC, 7E and 3F. RGB value is (188,126,63). Sum of RGB (Red+Green+Blue) = 188+126+63=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3F is #4381C0. Grayscale: #898989. Windows color (decimal): -4424129 or 4161212. OLE color: 4161212.

HSL color Cylindrical-coordinate representation of color #BC7E3F: hue angle of 30.24º degrees, saturation: 0.5, 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 #BC7E3F is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 63 -
CMYK 0 0.33 0.66 0.26
HSL 30.24º 0.5% 0.49% -
HSV(B) 30.24º 0.66% 0.74% -
XYZ 29.1 25.97 8.18 -
YUV 137.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 188 126 63 0 0.33 0.66 0.26 30.24 0.5 0.49
Hex BC 7E 3F 0 21 42 1A 1E 32 31
Octal 274 176 77 0 41 102 32 36 62 61
Binary 10111100 1111110 111111 0 100001 1000010 11010 11110 110010 110001

Color Harmonies of #BC7E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E3F

Black with #BC7E3F

Text Example


Text Example

White with #BC7E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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