Html Css Color HEX #B99224 Nugget

📋 copy color: '#B99224'

red 185 ◦ green 146 ◦ blue 36

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

Shades of Nugget #B99224

Tints of Nugget #B99224

RGB

 RED value IS 185 (72.66% from 255) = 50.41%

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

 BLUE value IS 36 (14.45% from 255) = 9.81%

R = 50.41%
G = 39.78%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B99224 (or 0xB99224) is known color: Nugget. HEX triplet: B9, 92 and 24. RGB value is (185,146,36). Sum of RGB (Red+Green+Blue) = 185+146+36=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B99224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99224 is #466DDB. Grayscale: #919191. Windows color (decimal): -4615644 or 2396857. OLE color: 2396857.

HSL color Cylindrical-coordinate representation of color #B99224: hue angle of 44.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B99224 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 36 -
CMYK 0 0.21 0.81 0.27
HSL 44.3º 0.67% 0.43% -
HSV(B) 44.3º 0.81% 0.73% -
XYZ 30.6 31 6.04 -
YUV 145.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 185 146 36 0 0.21 0.81 0.27 44.3 0.67 0.43
Hex B9 92 24 0 15 51 1B 2C 43 2B
Octal 271 222 44 0 25 121 33 54 103 53
Binary 10111001 10010010 100100 0 10101 1010001 11011 101100 1000011 101011

Color Harmonies of #B99224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99224

Black with #B99224

Text Example


Text Example

White with #B99224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99224; }

 p { color: rgb(185,146,36); }

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

background-color css

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

 a { background-color: rgb(185,146,36); }

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

border-color css

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

 span { border-color: rgb(185,146,36); }

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