Html Css Color HEX #BB9046 Tussock

📋 copy color: '#BB9046'

red 187 ◦ green 144 ◦ blue 70

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

Shades of Tussock #BB9046

Tints of Tussock #BB9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 46.63%
G = 35.91%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB9046 (or 0xBB9046) is known color: Tussock. HEX triplet: BB, 90 and 46. RGB value is (187,144,70). Sum of RGB (Red+Green+Blue) = 187+144+70=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9046 is #446FB9. Grayscale: #949494. Windows color (decimal): -4485050 or 4624571. OLE color: 4624571.

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

Color convert

RGB 187 144 70 -
CMYK 0 0.23 0.63 0.27
HSL 37.95º 0.46% 0.5% -
HSV(B) 37.95º 0.63% 0.73% -
XYZ 31.57 30.95 10.1 -
YUV 148.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 187 144 70 0 0.23 0.63 0.27 37.95 0.46 0.5
Hex BB 90 46 0 17 3F 1B 26 2E 32
Octal 273 220 106 0 27 77 33 46 56 62
Binary 10111011 10010000 1000110 0 10111 111111 11011 100110 101110 110010

Color Harmonies of #BB9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9046

Black with #BB9046

Text Example


Text Example

White with #BB9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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