Html Css Color HEX #BB7544 Brandy Punch

📋 copy color: '#BB7544'

red 187 ◦ green 117 ◦ blue 68

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

Shades of Brandy Punch #BB7544

Tints of Brandy Punch #BB7544

RGB

 RED value IS 187 (73.44% from 255) = 50.27%

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

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

R = 50.27%
G = 31.45%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB7544 (or 0xBB7544) is known color: Brandy Punch. HEX triplet: BB, 75 and 44. RGB value is (187,117,68). Sum of RGB (Red+Green+Blue) = 187+117+68=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7544 is #448ABB. Grayscale: #848484. Windows color (decimal): -4491964 or 4486587. OLE color: 4486587.

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

Color convert

RGB 187 117 68 -
CMYK 0 0.37 0.64 0.27
HSL 24.71º 0.47% 0.5% -
HSV(B) 24.71º 0.64% 0.73% -
XYZ 27.9 23.7 8.57 -
YUV 132.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 187 117 68 0 0.37 0.64 0.27 24.71 0.47 0.5
Hex BB 75 44 0 25 40 1B 19 2F 32
Octal 273 165 104 0 45 100 33 31 57 62
Binary 10111011 1110101 1000100 0 100101 1000000 11011 11001 101111 110010

Color Harmonies of #BB7544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7544

Black with #BB7544

Text Example


Text Example

White with #BB7544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7544; }

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

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

background-color css

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

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

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

border-color css

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

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

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