Html Css Color HEX #BB9548 Tussock

📋 copy color: '#BB9548'

red 187 ◦ green 149 ◦ blue 72

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

Shades of Tussock #BB9548

Tints of Tussock #BB9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

 BLUE value IS 72 (28.52% from 255) = 17.65%

R = 45.83%
G = 36.52%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9548 (or 0xBB9548) is known color: Tussock. HEX triplet: BB, 95 and 48. RGB value is (187,149,72). Sum of RGB (Red+Green+Blue) = 187+149+72=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9548 is #446AB7. Grayscale: #979797. Windows color (decimal): -4483768 or 4756923. OLE color: 4756923.

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

Color convert

RGB 187 149 72 -
CMYK 0 0.20 0.61 0.27
HSL 40.17º 0.46% 0.51% -
HSV(B) 40.17º 0.61% 0.73% -
XYZ 32.41 32.53 10.7 -
YUV 151.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 187 149 72 0 0.20 0.61 0.27 40.17 0.46 0.51
Hex BB 95 48 0 14 3D 1B 28 2E 33
Octal 273 225 110 0 24 75 33 50 56 63
Binary 10111011 10010101 1001000 0 10100 111101 11011 101000 101110 110011

Color Harmonies of #BB9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9548

Black with #BB9548

Text Example


Text Example

White with #BB9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9548; }

 p { color: rgb(187,149,72); }

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

background-color css

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

 a { background-color: rgb(187,149,72); }

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

border-color css

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

 span { border-color: rgb(187,149,72); }

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