Html Css Color HEX #B5902A Nugget

📋 copy color: '#B5902A'

red 181 ◦ green 144 ◦ blue 42

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

Shades of Nugget #B5902A

Tints of Nugget #B5902A

RGB

 RED value IS 181 (71.09% from 255) = 49.32%

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

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

R = 49.32%
G = 39.24%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5902A (or 0xB5902A) is known color: Nugget. HEX triplet: B5, 90 and 2A. RGB value is (181,144,42). Sum of RGB (Red+Green+Blue) = 181+144+42=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5902A is #4A6FD5. Grayscale: #8F8F8F. Windows color (decimal): -4878294 or 2789557. OLE color: 2789557.

HSL color Cylindrical-coordinate representation of color #B5902A: hue angle of 44.03º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5902A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 144 42 -
CMYK 0 0.20 0.77 0.29
HSL 44.03º 0.62% 0.44% -
HSV(B) 44.03º 0.77% 0.71% -
XYZ 29.45 29.94 6.42 -
YUV 143.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 181 144 42 0 0.20 0.77 0.29 44.03 0.62 0.44
Hex B5 90 2A 0 14 4D 1D 2C 3E 2C
Octal 265 220 52 0 24 115 35 54 76 54
Binary 10110101 10010000 101010 0 10100 1001101 11101 101100 111110 101100

Color Harmonies of #B5902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5902A

Black with #B5902A

Text Example


Text Example

White with #B5902A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5902A; }

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

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

background-color css

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

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

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

border-color css

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

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

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