Html Css Color HEX #B8924A Tussock

📋 copy color: '#B8924A'

red 184 ◦ green 146 ◦ blue 74

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

Shades of Tussock #B8924A

Tints of Tussock #B8924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 45.54%
G = 36.14%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8924A (or 0xB8924A) is known color: Tussock. HEX triplet: B8, 92 and 4A. RGB value is (184,146,74). Sum of RGB (Red+Green+Blue) = 184+146+74=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8924A is #476DB5. Grayscale: #959595. Windows color (decimal): -4681142 or 4887224. OLE color: 4887224.

HSL color Cylindrical-coordinate representation of color #B8924A: hue angle of 39.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8924A is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 74 -
CMYK 0 0.21 0.60 0.28
HSL 39.27º 0.44% 0.51% -
HSV(B) 39.27º 0.6% 0.72% -
XYZ 31.28 31.24 10.86 -
YUV 149.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 184 146 74 0 0.21 0.60 0.28 39.27 0.44 0.51
Hex B8 92 4A 0 15 3C 1C 27 2C 33
Octal 270 222 112 0 25 74 34 47 54 63
Binary 10111000 10010010 1001010 0 10101 111100 11100 100111 101100 110011

Color Harmonies of #B8924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8924A

Black with #B8924A

Text Example


Text Example

White with #B8924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8924A; }

 p { color: rgb(184,146,74); }

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

background-color css

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

 a { background-color: rgb(184,146,74); }

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

border-color css

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

 span { border-color: rgb(184,146,74); }

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