Html Css Color HEX #B5902B Nugget

📋 copy color: '#B5902B'

red 181 ◦ green 144 ◦ blue 43

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

Shades of Nugget #B5902B

Tints of Nugget #B5902B

RGB

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

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

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

R = 49.18%
G = 39.13%
B = 11.68%

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

#B5902B (or 0xB5902B) is known color: Nugget. HEX triplet: B5, 90 and 2B. RGB value is (181,144,43). Sum of RGB (Red+Green+Blue) = 181+144+43=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5902B is #4A6FD4. Grayscale: #8F8F8F. Windows color (decimal): -4878293 or 2855093. OLE color: 2855093.

HSL color Cylindrical-coordinate representation of color #B5902B: hue angle of 43.91º degrees, saturation: 0.62, 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 #B5902B is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 144 43 -
CMYK 0 0.20 0.76 0.29
HSL 43.91º 0.62% 0.44% -
HSV(B) 43.91º 0.76% 0.71% -
XYZ 29.47 29.94 6.51 -
YUV 143.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 181 144 43 0 0.20 0.76 0.29 43.91 0.62 0.44
Hex B5 90 2B 0 14 4C 1D 2C 3E 2C
Octal 265 220 53 0 24 114 35 54 76 54
Binary 10110101 10010000 101011 0 10100 1001100 11101 101100 111110 101100

Color Harmonies of #B5902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5902B

Black with #B5902B

Text Example


Text Example

White with #B5902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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