Html Css Color HEX #BB904A Tussock

📋 copy color: '#BB904A'

red 187 ◦ green 144 ◦ blue 74

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

Shades of Tussock #BB904A

Tints of Tussock #BB904A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 46.17%
G = 35.56%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB904A (or 0xBB904A) is known color: Tussock. HEX triplet: BB, 90 and 4A. RGB value is (187,144,74). Sum of RGB (Red+Green+Blue) = 187+144+74=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB904A is #446FB5. Grayscale: #959595. Windows color (decimal): -4485046 or 4886715. OLE color: 4886715.

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

Color convert

RGB 187 144 74 -
CMYK 0 0.23 0.60 0.27
HSL 37.17º 0.45% 0.51% -
HSV(B) 37.17º 0.6% 0.73% -
XYZ 31.7 31.01 10.79 -
YUV 148.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 187 144 74 0 0.23 0.60 0.27 37.17 0.45 0.51
Hex BB 90 4A 0 17 3C 1B 25 2D 33
Octal 273 220 112 0 27 74 33 45 55 63
Binary 10111011 10010000 1001010 0 10111 111100 11011 100101 101101 110011

Color Harmonies of #BB904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB904A

Black with #BB904A

Text Example


Text Example

White with #BB904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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