Html Css Color HEX #B5922A Nugget

📋 copy color: '#B5922A'

red 181 ◦ green 146 ◦ blue 42

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

Shades of Nugget #B5922A

Tints of Nugget #B5922A

RGB

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

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

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

R = 49.05%
G = 39.57%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5922A (or 0xB5922A) is known color: Nugget. HEX triplet: B5, 92 and 2A. RGB value is (181,146,42). Sum of RGB (Red+Green+Blue) = 181+146+42=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5922A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5922A is #4A6DD5. Grayscale: #919191. Windows color (decimal): -4877782 or 2790069. OLE color: 2790069.

HSL color Cylindrical-coordinate representation of color #B5922A: hue angle of 44.89º 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 #B5922A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 42 -
CMYK 0 0.19 0.77 0.29
HSL 44.89º 0.62% 0.44% -
HSV(B) 44.89º 0.77% 0.71% -
XYZ 29.75 30.55 6.52 -
YUV 144.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 181 146 42 0 0.19 0.77 0.29 44.89 0.62 0.44
Hex B5 92 2A 0 13 4D 1D 2D 3E 2C
Octal 265 222 52 0 23 115 35 55 76 54
Binary 10110101 10010010 101010 0 10011 1001101 11101 101101 111110 101100

Color Harmonies of #B5922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5922A

Black with #B5922A

Text Example


Text Example

White with #B5922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5922A; }

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

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

background-color css

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

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

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

border-color css

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

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

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