Html Css Color HEX #BC7D39 Brandy Punch

📋 copy color: '#BC7D39'

red 188 ◦ green 125 ◦ blue 57

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

Shades of Brandy Punch #BC7D39

Tints of Brandy Punch #BC7D39

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.78%

 BLUE value IS 57 (22.66% from 255) = 15.41%

R = 50.81%
G = 33.78%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC7D39 (or 0xBC7D39) is known color: Brandy Punch. HEX triplet: BC, 7D and 39. RGB value is (188,125,57). Sum of RGB (Red+Green+Blue) = 188+125+57=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D39 is #4382C6. Grayscale: #888888. Windows color (decimal): -4424391 or 3767740. OLE color: 3767740.

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

Color convert

RGB 188 125 57 -
CMYK 0 0.34 0.70 0.26
HSL 31.15º 0.53% 0.48% -
HSV(B) 31.15º 0.7% 0.74% -
XYZ 28.81 25.65 7.3 -
YUV 136.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 188 125 57 0 0.34 0.70 0.26 31.15 0.53 0.48
Hex BC 7D 39 0 22 46 1A 1F 35 30
Octal 274 175 71 0 42 106 32 37 65 60
Binary 10111100 1111101 111001 0 100010 1000110 11010 11111 110101 110000

Color Harmonies of #BC7D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D39

Black with #BC7D39

Text Example


Text Example

White with #BC7D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D39; }

 p { color: rgb(188,125,57); }

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

background-color css

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

 a { background-color: rgb(188,125,57); }

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

border-color css

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

 span { border-color: rgb(188,125,57); }

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