Html Css Color HEX #B99226 Nugget

📋 copy color: '#B99226'

red 185 ◦ green 146 ◦ blue 38

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

Shades of Nugget #B99226

Tints of Nugget #B99226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 50.14%
G = 39.57%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B99226 (or 0xB99226) is known color: Nugget. HEX triplet: B9, 92 and 26. RGB value is (185,146,38). Sum of RGB (Red+Green+Blue) = 185+146+38=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B99226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99226 is #466DD9. Grayscale: #919191. Windows color (decimal): -4615642 or 2527929. OLE color: 2527929.

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

Color convert

RGB 185 146 38 -
CMYK 0 0.21 0.79 0.27
HSL 44.08º 0.66% 0.44% -
HSV(B) 44.08º 0.79% 0.73% -
XYZ 30.64 31.01 6.2 -
YUV 145.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 185 146 38 0 0.21 0.79 0.27 44.08 0.66 0.44
Hex B9 92 26 0 15 4F 1B 2C 42 2C
Octal 271 222 46 0 25 117 33 54 102 54
Binary 10111001 10010010 100110 0 10101 1001111 11011 101100 1000010 101100

Color Harmonies of #B99226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99226

Black with #B99226

Text Example


Text Example

White with #B99226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99226; }

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

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

background-color css

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

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

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

border-color css

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

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

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