Html Css Color HEX #BB7747 Brandy Punch

📋 copy color: '#BB7747'

red 187 ◦ green 119 ◦ blue 71

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

Shades of Brandy Punch #BB7747

Tints of Brandy Punch #BB7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 49.6%
G = 31.56%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB7747 (or 0xBB7747) is known color: Brandy Punch. HEX triplet: BB, 77 and 47. RGB value is (187,119,71). Sum of RGB (Red+Green+Blue) = 187+119+71=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7747 is #4488B8. Grayscale: #868686. Windows color (decimal): -4491449 or 4683707. OLE color: 4683707.

HSL color Cylindrical-coordinate representation of color #BB7747: hue angle of 24.83º 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 #BB7747 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 71 -
CMYK 0 0.36 0.62 0.27
HSL 24.83º 0.46% 0.51% -
HSV(B) 24.83º 0.62% 0.73% -
XYZ 28.23 24.21 9.15 -
YUV 133.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 187 119 71 0 0.36 0.62 0.27 24.83 0.46 0.51
Hex BB 77 47 0 24 3E 1B 19 2E 33
Octal 273 167 107 0 44 76 33 31 56 63
Binary 10111011 1110111 1000111 0 100100 111110 11011 11001 101110 110011

Color Harmonies of #BB7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7747

Black with #BB7747

Text Example


Text Example

White with #BB7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7747; }

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

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

background-color css

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

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

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

border-color css

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

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

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