Html Css Color HEX #B9902B Nugget

📋 copy color: '#B9902B'

red 185 ◦ green 144 ◦ blue 43

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

Shades of Nugget #B9902B

Tints of Nugget #B9902B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 49.73%
G = 38.71%
B = 11.56%

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

#B9902B (or 0xB9902B) is known color: Nugget. HEX triplet: B9, 90 and 2B. RGB value is (185,144,43). Sum of RGB (Red+Green+Blue) = 185+144+43=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9902B is #466FD4. Grayscale: #919191. Windows color (decimal): -4616149 or 2855097. OLE color: 2855097.

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

Color convert

RGB 185 144 43 -
CMYK 0 0.22 0.77 0.27
HSL 42.68º 0.62% 0.45% -
HSV(B) 42.68º 0.77% 0.73% -
XYZ 30.42 30.44 6.56 -
YUV 144.75 70.58 156.71 -
System Red Green Blue C M Y K H S L
Decimal 185 144 43 0 0.22 0.77 0.27 42.68 0.62 0.45
Hex B9 90 2B 0 16 4D 1B 2B 3E 2D
Octal 271 220 53 0 26 115 33 53 76 55
Binary 10111001 10010000 101011 0 10110 1001101 11011 101011 111110 101101

Color Harmonies of #B9902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9902B

Black with #B9902B

Text Example


Text Example

White with #B9902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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