Html Css Color HEX #BC7544 Brandy Punch

📋 copy color: '#BC7544'

red 188 ◦ green 117 ◦ blue 68

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

Shades of Brandy Punch #BC7544

Tints of Brandy Punch #BC7544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

 BLUE value IS 68 (26.95% from 255) = 18.23%

R = 50.4%
G = 31.37%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7544 (or 0xBC7544) is known color: Brandy Punch. HEX triplet: BC, 75 and 44. RGB value is (188,117,68). Sum of RGB (Red+Green+Blue) = 188+117+68=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7544 is #438ABB. Grayscale: #848484. Windows color (decimal): -4426428 or 4486588. OLE color: 4486588.

HSL color Cylindrical-coordinate representation of color #BC7544: hue angle of 24.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC7544 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 68 -
CMYK 0 0.38 0.64 0.26
HSL 24.5º 0.47% 0.5% -
HSV(B) 24.5º 0.64% 0.74% -
XYZ 28.14 23.83 8.59 -
YUV 132.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 188 117 68 0 0.38 0.64 0.26 24.5 0.47 0.5
Hex BC 75 44 0 26 40 1A 18 2F 32
Octal 274 165 104 0 46 100 32 30 57 62
Binary 10111100 1110101 1000100 0 100110 1000000 11010 11000 101111 110010

Color Harmonies of #BC7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7544

Black with #BC7544

Text Example


Text Example

White with #BC7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7544; }

 p { color: rgb(188,117,68); }

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

background-color css

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

 a { background-color: rgb(188,117,68); }

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

border-color css

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

 span { border-color: rgb(188,117,68); }

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