Html Css Color HEX #B99122 Nugget

📋 copy color: '#B99122'

red 185 ◦ green 145 ◦ blue 34

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

Shades of Nugget #B99122

Tints of Nugget #B99122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 50.82%
G = 39.84%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B99122 (or 0xB99122) is known color: Nugget. HEX triplet: B9, 91 and 22. RGB value is (185,145,34). Sum of RGB (Red+Green+Blue) = 185+145+34=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B99122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99122 is #466EDD. Grayscale: #909090. Windows color (decimal): -4615902 or 2265529. OLE color: 2265529.

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

Color convert

RGB 185 145 34 -
CMYK 0 0.22 0.82 0.27
HSL 44.11º 0.69% 0.43% -
HSV(B) 44.11º 0.82% 0.73% -
XYZ 30.42 30.68 5.83 -
YUV 144.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 185 145 34 0 0.22 0.82 0.27 44.11 0.69 0.43
Hex B9 91 22 0 16 52 1B 2C 45 2B
Octal 271 221 42 0 26 122 33 54 105 53
Binary 10111001 10010001 100010 0 10110 1010010 11011 101100 1000101 101011

Color Harmonies of #B99122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99122

Black with #B99122

Text Example


Text Example

White with #B99122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99122; }

 p { color: rgb(185,145,34); }

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

background-color css

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

 a { background-color: rgb(185,145,34); }

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

border-color css

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

 span { border-color: rgb(185,145,34); }

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