Html Css Color HEX #B5902C Nugget

📋 copy color: '#B5902C'

red 181 ◦ green 144 ◦ blue 44

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

Shades of Nugget #B5902C

Tints of Nugget #B5902C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 49.05%
G = 39.02%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5902C (or 0xB5902C) is known color: Nugget. HEX triplet: B5, 90 and 2C. RGB value is (181,144,44). Sum of RGB (Red+Green+Blue) = 181+144+44=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5902C is #4A6FD3. Grayscale: #909090. Windows color (decimal): -4878292 or 2920629. OLE color: 2920629.

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

Color convert

RGB 181 144 44 -
CMYK 0 0.20 0.76 0.29
HSL 43.8º 0.61% 0.44% -
HSV(B) 43.8º 0.76% 0.71% -
XYZ 29.48 29.95 6.61 -
YUV 143.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 181 144 44 0 0.20 0.76 0.29 43.8 0.61 0.44
Hex B5 90 2C 0 14 4C 1D 2C 3D 2C
Octal 265 220 54 0 24 114 35 54 75 54
Binary 10110101 10010000 101100 0 10100 1001100 11101 101100 111101 101100

Color Harmonies of #B5902C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5902C

Black with #B5902C

Text Example


Text Example

White with #B5902C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5902C; }

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

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

background-color css

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

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

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

border-color css

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

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

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