Html Css Color HEX #B9902E Nugget

📋 copy color: '#B9902E'

red 185 ◦ green 144 ◦ blue 46

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

Shades of Nugget #B9902E

Tints of Nugget #B9902E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 49.33%
G = 38.4%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9902E (or 0xB9902E) is known color: Nugget. HEX triplet: B9, 90 and 2E. RGB value is (185,144,46). Sum of RGB (Red+Green+Blue) = 185+144+46=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902E is #466FD1. Grayscale: #919191. Windows color (decimal): -4616146 or 3051705. OLE color: 3051705.

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

Color convert

RGB 185 144 46 -
CMYK 0 0.22 0.75 0.27
HSL 42.3º 0.6% 0.45% -
HSV(B) 42.3º 0.75% 0.73% -
XYZ 30.47 30.46 6.86 -
YUV 145.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 185 144 46 0 0.22 0.75 0.27 42.3 0.6 0.45
Hex B9 90 2E 0 16 4B 1B 2A 3C 2D
Octal 271 220 56 0 26 113 33 52 74 55
Binary 10111001 10010000 101110 0 10110 1001011 11011 101010 111100 101101

Color Harmonies of #B9902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9902E

Black with #B9902E

Text Example


Text Example

White with #B9902E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9902E; }

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

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

background-color css

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

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

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

border-color css

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

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

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