Html Css Color HEX #B99020 Nugget

📋 copy color: '#B99020'

red 185 ◦ green 144 ◦ blue 32

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

Shades of Nugget #B99020

Tints of Nugget #B99020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 51.25%
G = 39.89%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B99020 (or 0xB99020) is known color: Nugget. HEX triplet: B9, 90 and 20. RGB value is (185,144,32). Sum of RGB (Red+Green+Blue) = 185+144+32=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B99020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99020 is #466FDF. Grayscale: #8F8F8F. Windows color (decimal): -4616160 or 2134201. OLE color: 2134201.

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

Color convert

RGB 185 144 32 -
CMYK 0 0.22 0.83 0.27
HSL 43.92º 0.71% 0.43% -
HSV(B) 43.92º 0.83% 0.73% -
XYZ 30.24 30.37 5.63 -
YUV 143.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 185 144 32 0 0.22 0.83 0.27 43.92 0.71 0.43
Hex B9 90 20 0 16 53 1B 2C 47 2B
Octal 271 220 40 0 26 123 33 54 107 53
Binary 10111001 10010000 100000 0 10110 1010011 11011 101100 1000111 101011

Color Harmonies of #B99020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99020

Black with #B99020

Text Example


Text Example

White with #B99020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99020; }

 p { color: rgb(185,144,32); }

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

background-color css

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

 a { background-color: rgb(185,144,32); }

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

border-color css

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

 span { border-color: rgb(185,144,32); }

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