Html Css Color HEX #BB7B49 Brandy Punch

📋 copy color: '#BB7B49'

red 187 ◦ green 123 ◦ blue 73

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

Shades of Brandy Punch #BB7B49

Tints of Brandy Punch #BB7B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

 BLUE value IS 73 (28.91% from 255) = 19.06%

R = 48.83%
G = 32.11%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB7B49 (or 0xBB7B49) is known color: Brandy Punch. HEX triplet: BB, 7B and 49. RGB value is (187,123,73). Sum of RGB (Red+Green+Blue) = 187+123+73=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B49 is #4484B6. Grayscale: #888888. Windows color (decimal): -4490423 or 4815803. OLE color: 4815803.

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

Color convert

RGB 187 123 73 -
CMYK 0 0.34 0.61 0.27
HSL 26.32º 0.46% 0.51% -
HSV(B) 26.32º 0.61% 0.73% -
XYZ 28.78 25.21 9.65 -
YUV 136.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 187 123 73 0 0.34 0.61 0.27 26.32 0.46 0.51
Hex BB 7B 49 0 22 3D 1B 1A 2E 33
Octal 273 173 111 0 42 75 33 32 56 63
Binary 10111011 1111011 1001001 0 100010 111101 11011 11010 101110 110011

Color Harmonies of #BB7B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B49

Black with #BB7B49

Text Example


Text Example

White with #BB7B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B49; }

 p { color: rgb(187,123,73); }

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

background-color css

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

 a { background-color: rgb(187,123,73); }

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

border-color css

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

 span { border-color: rgb(187,123,73); }

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