Html Css Color HEX #B5922F Nugget

📋 copy color: '#B5922F'

red 181 ◦ green 146 ◦ blue 47

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

Shades of Nugget #B5922F

Tints of Nugget #B5922F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 48.4%
G = 39.04%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5922F (or 0xB5922F) is known color: Nugget. HEX triplet: B5, 92 and 2F. RGB value is (181,146,47). Sum of RGB (Red+Green+Blue) = 181+146+47=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5922F is #4A6DD0. Grayscale: #919191. Windows color (decimal): -4877777 or 3117749. OLE color: 3117749.

HSL color Cylindrical-coordinate representation of color #B5922F: hue angle of 44.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5922F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 47 -
CMYK 0 0.19 0.74 0.29
HSL 44.33º 0.59% 0.45% -
HSV(B) 44.33º 0.74% 0.71% -
XYZ 29.85 30.59 7.02 -
YUV 145.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 181 146 47 0 0.19 0.74 0.29 44.33 0.59 0.45
Hex B5 92 2F 0 13 4A 1D 2C 3B 2D
Octal 265 222 57 0 23 112 35 54 73 55
Binary 10110101 10010010 101111 0 10011 1001010 11101 101100 111011 101101

Color Harmonies of #B5922F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5922F

Black with #B5922F

Text Example


Text Example

White with #B5922F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5922F; }

 p { color: rgb(181,146,47); }

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

background-color css

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

 a { background-color: rgb(181,146,47); }

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

border-color css

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

 span { border-color: rgb(181,146,47); }

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