Html Css Color HEX #BB9047 Tussock

📋 copy color: '#BB9047'

red 187 ◦ green 144 ◦ blue 71

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

Shades of Tussock #BB9047

Tints of Tussock #BB9047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 46.52%
G = 35.82%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB9047 (or 0xBB9047) is known color: Tussock. HEX triplet: BB, 90 and 47. RGB value is (187,144,71). Sum of RGB (Red+Green+Blue) = 187+144+71=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9047 is #446FB8. Grayscale: #949494. Windows color (decimal): -4485049 or 4690107. OLE color: 4690107.

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

Color convert

RGB 187 144 71 -
CMYK 0 0.23 0.62 0.27
HSL 37.76º 0.46% 0.51% -
HSV(B) 37.76º 0.62% 0.73% -
XYZ 31.6 30.97 10.27 -
YUV 148.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 187 144 71 0 0.23 0.62 0.27 37.76 0.46 0.51
Hex BB 90 47 0 17 3E 1B 26 2E 33
Octal 273 220 107 0 27 76 33 46 56 63
Binary 10111011 10010000 1000111 0 10111 111110 11011 100110 101110 110011

Color Harmonies of #BB9047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9047

Black with #BB9047

Text Example


Text Example

White with #BB9047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9047; }

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

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

background-color css

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

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

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

border-color css

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

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

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