Html Css Color HEX #B9902A Nugget

📋 copy color: '#B9902A'

red 185 ◦ green 144 ◦ blue 42

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

Shades of Nugget #B9902A

Tints of Nugget #B9902A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 49.87%
G = 38.81%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9902A (or 0xB9902A) is known color: Nugget. HEX triplet: B9, 90 and 2A. RGB value is (185,144,42). Sum of RGB (Red+Green+Blue) = 185+144+42=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902A is #466FD5. Grayscale: #919191. Windows color (decimal): -4616150 or 2789561. OLE color: 2789561.

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

Color convert

RGB 185 144 42 -
CMYK 0 0.22 0.77 0.27
HSL 42.8º 0.63% 0.45% -
HSV(B) 42.8º 0.77% 0.73% -
XYZ 30.4 30.43 6.46 -
YUV 144.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 185 144 42 0 0.22 0.77 0.27 42.8 0.63 0.45
Hex B9 90 2A 0 16 4D 1B 2B 3F 2D
Octal 271 220 52 0 26 115 33 53 77 55
Binary 10111001 10010000 101010 0 10110 1001101 11011 101011 111111 101101

Color Harmonies of #B9902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9902A

Black with #B9902A

Text Example


Text Example

White with #B9902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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