Html Css Color HEX #B9902C Nugget

📋 copy color: '#B9902C'

red 185 ◦ green 144 ◦ blue 44

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

Shades of Nugget #B9902C

Tints of Nugget #B9902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 49.6%
G = 38.61%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9902C (or 0xB9902C) is known color: Nugget. HEX triplet: B9, 90 and 2C. RGB value is (185,144,44). Sum of RGB (Red+Green+Blue) = 185+144+44=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902C is #466FD3. Grayscale: #919191. Windows color (decimal): -4616148 or 2920633. OLE color: 2920633.

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

Color convert

RGB 185 144 44 -
CMYK 0 0.22 0.76 0.27
HSL 42.55º 0.62% 0.45% -
HSV(B) 42.55º 0.76% 0.73% -
XYZ 30.44 30.44 6.65 -
YUV 144.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 185 144 44 0 0.22 0.76 0.27 42.55 0.62 0.45
Hex B9 90 2C 0 16 4C 1B 2B 3E 2D
Octal 271 220 54 0 26 114 33 53 76 55
Binary 10111001 10010000 101100 0 10110 1001100 11011 101011 111110 101101

Color Harmonies of #B9902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9902C

Black with #B9902C

Text Example


Text Example

White with #B9902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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