Html Css Color HEX #BB7846 Brandy Punch

📋 copy color: '#BB7846'

red 187 ◦ green 120 ◦ blue 70

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

Shades of Brandy Punch #BB7846

Tints of Brandy Punch #BB7846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 49.6%
G = 31.83%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7846 (or 0xBB7846) is known color: Brandy Punch. HEX triplet: BB, 78 and 46. RGB value is (187,120,70). Sum of RGB (Red+Green+Blue) = 187+120+70=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7846 is #4487B9. Grayscale: #868686. Windows color (decimal): -4491194 or 4618427. OLE color: 4618427.

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

Color convert

RGB 187 120 70 -
CMYK 0 0.36 0.63 0.27
HSL 25.64º 0.46% 0.5% -
HSV(B) 25.64º 0.63% 0.73% -
XYZ 28.32 24.44 9.02 -
YUV 134.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 187 120 70 0 0.36 0.63 0.27 25.64 0.46 0.5
Hex BB 78 46 0 24 3F 1B 1A 2E 32
Octal 273 170 106 0 44 77 33 32 56 62
Binary 10111011 1111000 1000110 0 100100 111111 11011 11010 101110 110010

Color Harmonies of #BB7846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7846

Black with #BB7846

Text Example


Text Example

White with #BB7846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7846; }

 p { color: rgb(187,120,70); }

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

background-color css

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

 a { background-color: rgb(187,120,70); }

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

border-color css

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

 span { border-color: rgb(187,120,70); }

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