Html Css Color HEX #BB7547 Brandy Punch

📋 copy color: '#BB7547'

red 187 ◦ green 117 ◦ blue 71

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

Shades of Brandy Punch #BB7547

Tints of Brandy Punch #BB7547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 49.87%
G = 31.2%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB7547 (or 0xBB7547) is known color: Brandy Punch. HEX triplet: BB, 75 and 47. RGB value is (187,117,71). Sum of RGB (Red+Green+Blue) = 187+117+71=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7547 is #448AB8. Grayscale: #848484. Windows color (decimal): -4491961 or 4683195. OLE color: 4683195.

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

Color convert

RGB 187 117 71 -
CMYK 0 0.37 0.62 0.27
HSL 23.79º 0.46% 0.51% -
HSV(B) 23.79º 0.62% 0.73% -
XYZ 27.99 23.74 9.07 -
YUV 132.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 187 117 71 0 0.37 0.62 0.27 23.79 0.46 0.51
Hex BB 75 47 0 25 3E 1B 18 2E 33
Octal 273 165 107 0 45 76 33 30 56 63
Binary 10111011 1110101 1000111 0 100101 111110 11011 11000 101110 110011

Color Harmonies of #BB7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7547

Black with #BB7547

Text Example


Text Example

White with #BB7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7547; }

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

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

background-color css

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

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

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

border-color css

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

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

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