Html Css Color HEX #B5932C Nugget

📋 copy color: '#B5932C'

red 181 ◦ green 147 ◦ blue 44

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

Shades of Nugget #B5932C

Tints of Nugget #B5932C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 48.66%
G = 39.52%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5932C (or 0xB5932C) is known color: Nugget. HEX triplet: B5, 93 and 2C. RGB value is (181,147,44). Sum of RGB (Red+Green+Blue) = 181+147+44=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5932C is #4A6CD3. Grayscale: #919191. Windows color (decimal): -4877524 or 2921397. OLE color: 2921397.

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

Color convert

RGB 181 147 44 -
CMYK 0 0.19 0.76 0.29
HSL 45.11º 0.61% 0.44% -
HSV(B) 45.11º 0.76% 0.71% -
XYZ 29.94 30.87 6.76 -
YUV 145.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 181 147 44 0 0.19 0.76 0.29 45.11 0.61 0.44
Hex B5 93 2C 0 13 4C 1D 2D 3D 2C
Octal 265 223 54 0 23 114 35 55 75 54
Binary 10110101 10010011 101100 0 10011 1001100 11101 101101 111101 101100

Color Harmonies of #B5932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5932C

Black with #B5932C

Text Example


Text Example

White with #B5932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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