Html Css Color HEX #BB9349 Tussock

📋 copy color: '#BB9349'

red 187 ◦ green 147 ◦ blue 73

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

Shades of Tussock #BB9349

Tints of Tussock #BB9349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 45.95%
G = 36.12%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB9349 (or 0xBB9349) is known color: Tussock. HEX triplet: BB, 93 and 49. RGB value is (187,147,73). Sum of RGB (Red+Green+Blue) = 187+147+73=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9349 is #446CB6. Grayscale: #969696. Windows color (decimal): -4484279 or 4821947. OLE color: 4821947.

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

Color convert

RGB 187 147 73 -
CMYK 0 0.21 0.61 0.27
HSL 38.95º 0.46% 0.51% -
HSV(B) 38.95º 0.61% 0.73% -
XYZ 32.13 31.91 10.77 -
YUV 150.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 187 147 73 0 0.21 0.61 0.27 38.95 0.46 0.51
Hex BB 93 49 0 15 3D 1B 27 2E 33
Octal 273 223 111 0 25 75 33 47 56 63
Binary 10111011 10010011 1001001 0 10101 111101 11011 100111 101110 110011

Color Harmonies of #BB9349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9349

Black with #BB9349

Text Example


Text Example

White with #BB9349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9349; }

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

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

background-color css

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

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

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

border-color css

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

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

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