Html Css Color HEX #BC7D37 Brandy Punch

📋 copy color: '#BC7D37'

red 188 ◦ green 125 ◦ blue 55

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

Shades of Brandy Punch #BC7D37

Tints of Brandy Punch #BC7D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.95%

R = 51.09%
G = 33.97%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7D37 (or 0xBC7D37) is known color: Brandy Punch. HEX triplet: BC, 7D and 37. RGB value is (188,125,55). Sum of RGB (Red+Green+Blue) = 188+125+55=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D37 is #4382C8. Grayscale: #888888. Windows color (decimal): -4424393 or 3636668. OLE color: 3636668.

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

Color convert

RGB 188 125 55 -
CMYK 0 0.34 0.71 0.26
HSL 31.58º 0.55% 0.48% -
HSV(B) 31.58º 0.71% 0.74% -
XYZ 28.76 25.63 7.05 -
YUV 135.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 188 125 55 0 0.34 0.71 0.26 31.58 0.55 0.48
Hex BC 7D 37 0 22 47 1A 20 37 30
Octal 274 175 67 0 42 107 32 40 67 60
Binary 10111100 1111101 110111 0 100010 1000111 11010 100000 110111 110000

Color Harmonies of #BC7D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D37

Black with #BC7D37

Text Example


Text Example

White with #BC7D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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