Html Css Color HEX #B5942E Nugget

📋 copy color: '#B5942E'

red 181 ◦ green 148 ◦ blue 46

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

Shades of Nugget #B5942E

Tints of Nugget #B5942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 46 (18.36% from 255) = 12.27%

R = 48.27%
G = 39.47%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5942E (or 0xB5942E) is known color: Nugget. HEX triplet: B5, 94 and 2E. RGB value is (181,148,46). Sum of RGB (Red+Green+Blue) = 181+148+46=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5942E is #4A6BD1. Grayscale: #929292. Windows color (decimal): -4877266 or 3052725. OLE color: 3052725.

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

Color convert

RGB 181 148 46 -
CMYK 0 0.18 0.75 0.29
HSL 45.33º 0.59% 0.45% -
HSV(B) 45.33º 0.75% 0.71% -
XYZ 30.14 31.2 7.02 -
YUV 146.24 71.43 152.79 -
System Red Green Blue C M Y K H S L
Decimal 181 148 46 0 0.18 0.75 0.29 45.33 0.59 0.45
Hex B5 94 2E 0 12 4B 1D 2D 3B 2D
Octal 265 224 56 0 22 113 35 55 73 55
Binary 10110101 10010100 101110 0 10010 1001011 11101 101101 111011 101101

Color Harmonies of #B5942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5942E

Black with #B5942E

Text Example


Text Example

White with #B5942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5942E; }

 p { color: rgb(181,148,46); }

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

background-color css

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

 a { background-color: rgb(181,148,46); }

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

border-color css

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

 span { border-color: rgb(181,148,46); }

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