Html Css Color HEX #B8904C Tussock

📋 copy color: '#B8904C'

red 184 ◦ green 144 ◦ blue 76

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

Shades of Tussock #B8904C

Tints of Tussock #B8904C

RGB

 RED value IS 184 (72.27% from 255) = 45.54%

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

 BLUE value IS 76 (30.08% from 255) = 18.81%

R = 45.54%
G = 35.64%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8904C (or 0xB8904C) is known color: Tussock. HEX triplet: B8, 90 and 4C. RGB value is (184,144,76). Sum of RGB (Red+Green+Blue) = 184+144+76=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8904C is #476FB3. Grayscale: #949494. Windows color (decimal): -4681652 or 5017784. OLE color: 5017784.

HSL color Cylindrical-coordinate representation of color #B8904C: hue angle of 37.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8904C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 76 -
CMYK 0 0.22 0.59 0.28
HSL 37.78º 0.43% 0.51% -
HSV(B) 37.78º 0.59% 0.72% -
XYZ 31.04 30.66 11.12 -
YUV 148.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 184 144 76 0 0.22 0.59 0.28 37.78 0.43 0.51
Hex B8 90 4C 0 16 3B 1C 26 2B 33
Octal 270 220 114 0 26 73 34 46 53 63
Binary 10111000 10010000 1001100 0 10110 111011 11100 100110 101011 110011

Color Harmonies of #B8904C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8904C

Black with #B8904C

Text Example


Text Example

White with #B8904C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8904C; }

 p { color: rgb(184,144,76); }

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

background-color css

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

 a { background-color: rgb(184,144,76); }

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

border-color css

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

 span { border-color: rgb(184,144,76); }

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