Html Css Color HEX #BB7446 Brandy Punch

📋 copy color: '#BB7446'

red 187 ◦ green 116 ◦ blue 70

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

Shades of Brandy Punch #BB7446

Tints of Brandy Punch #BB7446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 50.13%
G = 31.1%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7446 (or 0xBB7446) is known color: Brandy Punch. HEX triplet: BB, 74 and 46. RGB value is (187,116,70). Sum of RGB (Red+Green+Blue) = 187+116+70=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7446 is #448BB9. Grayscale: #848484. Windows color (decimal): -4492218 or 4617403. OLE color: 4617403.

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

Color convert

RGB 187 116 70 -
CMYK 0 0.38 0.63 0.27
HSL 23.59º 0.46% 0.5% -
HSV(B) 23.59º 0.63% 0.73% -
XYZ 27.84 23.5 8.86 -
YUV 131.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 187 116 70 0 0.38 0.63 0.27 23.59 0.46 0.5
Hex BB 74 46 0 26 3F 1B 18 2E 32
Octal 273 164 106 0 46 77 33 30 56 62
Binary 10111011 1110100 1000110 0 100110 111111 11011 11000 101110 110010

Color Harmonies of #BB7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7446

Black with #BB7446

Text Example


Text Example

White with #BB7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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