Html Css Color HEX #B99227 Nugget

📋 copy color: '#B99227'

red 185 ◦ green 146 ◦ blue 39

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

Shades of Nugget #B99227

Tints of Nugget #B99227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 50%
G = 39.46%
B = 10.54%

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

#B99227 (or 0xB99227) is known color: Nugget. HEX triplet: B9, 92 and 27. RGB value is (185,146,39). Sum of RGB (Red+Green+Blue) = 185+146+39=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B99227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99227 is #466DD8. Grayscale: #919191. Windows color (decimal): -4615641 or 2593465. OLE color: 2593465.

HSL color Cylindrical-coordinate representation of color #B99227: hue angle of 43.97º degrees, saturation: 0.65, 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 #B99227 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 39 -
CMYK 0 0.21 0.79 0.27
HSL 43.97º 0.65% 0.44% -
HSV(B) 43.97º 0.79% 0.73% -
XYZ 30.65 31.02 6.29 -
YUV 145.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 185 146 39 0 0.21 0.79 0.27 43.97 0.65 0.44
Hex B9 92 27 0 15 4F 1B 2C 41 2C
Octal 271 222 47 0 25 117 33 54 101 54
Binary 10111001 10010010 100111 0 10101 1001111 11011 101100 1000001 101100

Color Harmonies of #B99227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99227

Black with #B99227

Text Example


Text Example

White with #B99227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99227; }

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

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

background-color css

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

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

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

border-color css

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

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

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