Html Css Color HEX #B9902D Nugget

📋 copy color: '#B9902D'

red 185 ◦ green 144 ◦ blue 45

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

Shades of Nugget #B9902D

Tints of Nugget #B9902D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 49.47%
G = 38.5%
B = 12.03%

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

#B9902D (or 0xB9902D) is known color: Nugget. HEX triplet: B9, 90 and 2D. RGB value is (185,144,45). Sum of RGB (Red+Green+Blue) = 185+144+45=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902D is #466FD2. Grayscale: #919191. Windows color (decimal): -4616147 or 2986169. OLE color: 2986169.

HSL color Cylindrical-coordinate representation of color #B9902D: hue angle of 42.43º degrees, saturation: 0.61, 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 #B9902D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 45 -
CMYK 0 0.22 0.76 0.27
HSL 42.43º 0.61% 0.45% -
HSV(B) 42.43º 0.76% 0.73% -
XYZ 30.45 30.45 6.75 -
YUV 144.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 185 144 45 0 0.22 0.76 0.27 42.43 0.61 0.45
Hex B9 90 2D 0 16 4C 1B 2A 3D 2D
Octal 271 220 55 0 26 114 33 52 75 55
Binary 10111001 10010000 101101 0 10110 1001100 11011 101010 111101 101101

Color Harmonies of #B9902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9902D

Black with #B9902D

Text Example


Text Example

White with #B9902D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9902D; }

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

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

background-color css

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

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

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

border-color css

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

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

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