Html Css Color HEX #BC7F3F Brandy Punch

📋 copy color: '#BC7F3F'

red 188 ◦ green 127 ◦ blue 63

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

Shades of Brandy Punch #BC7F3F

Tints of Brandy Punch #BC7F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

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

R = 49.74%
G = 33.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC7F3F (or 0xBC7F3F) is known color: Brandy Punch. HEX triplet: BC, 7F and 3F. RGB value is (188,127,63). Sum of RGB (Red+Green+Blue) = 188+127+63=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F3F is #4380C0. Grayscale: #8A8A8A. Windows color (decimal): -4423873 or 4161468. OLE color: 4161468.

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

Color convert

RGB 188 127 63 -
CMYK 0 0.32 0.66 0.26
HSL 30.72º 0.5% 0.49% -
HSV(B) 30.72º 0.66% 0.74% -
XYZ 29.23 26.23 8.22 -
YUV 137.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 188 127 63 0 0.32 0.66 0.26 30.72 0.5 0.49
Hex BC 7F 3F 0 20 42 1A 1F 32 31
Octal 274 177 77 0 40 102 32 37 62 61
Binary 10111100 1111111 111111 0 100000 1000010 11010 11111 110010 110001

Color Harmonies of #BC7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F3F

Black with #BC7F3F

Text Example


Text Example

White with #BC7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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