Html Css Color HEX #BB7647 Brandy Punch

📋 copy color: '#BB7647'

red 187 ◦ green 118 ◦ blue 71

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

Shades of Brandy Punch #BB7647

Tints of Brandy Punch #BB7647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 49.73%
G = 31.38%
B = 18.88%

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

#BB7647 (or 0xBB7647) is known color: Brandy Punch. HEX triplet: BB, 76 and 47. RGB value is (187,118,71). Sum of RGB (Red+Green+Blue) = 187+118+71=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7647 is #4489B8. Grayscale: #858585. Windows color (decimal): -4491705 or 4683451. OLE color: 4683451.

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

Color convert

RGB 187 118 71 -
CMYK 0 0.37 0.62 0.27
HSL 24.31º 0.46% 0.51% -
HSV(B) 24.31º 0.62% 0.73% -
XYZ 28.11 23.98 9.11 -
YUV 133.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 187 118 71 0 0.37 0.62 0.27 24.31 0.46 0.51
Hex BB 76 47 0 25 3E 1B 18 2E 33
Octal 273 166 107 0 45 76 33 30 56 63
Binary 10111011 1110110 1000111 0 100101 111110 11011 11000 101110 110011

Color Harmonies of #BB7647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7647

Black with #BB7647

Text Example


Text Example

White with #BB7647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7647; }

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

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

background-color css

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

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

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

border-color css

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

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

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