Html Css Color HEX #B58C23 Nugget

📋 copy color: '#B58C23'

red 181 ◦ green 140 ◦ blue 35

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

Shades of Nugget #B58C23

Tints of Nugget #B58C23

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.33%

 BLUE value IS 35 (14.06% from 255) = 9.83%

R = 50.84%
G = 39.33%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B58C23 (or 0xB58C23) is known color: Nugget. HEX triplet: B5, 8C and 23. RGB value is (181,140,35). Sum of RGB (Red+Green+Blue) = 181+140+35=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C23 is #4A73DC. Grayscale: #8C8C8C. Windows color (decimal): -4879325 or 2329781. OLE color: 2329781.

HSL color Cylindrical-coordinate representation of color #B58C23: hue angle of 43.15º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58C23 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 35 -
CMYK 0 0.23 0.81 0.29
HSL 43.15º 0.68% 0.42% -
HSV(B) 43.15º 0.81% 0.71% -
XYZ 28.74 28.7 5.62 -
YUV 140.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 181 140 35 0 0.23 0.81 0.29 43.15 0.68 0.42
Hex B5 8C 23 0 17 51 1D 2B 44 2A
Octal 265 214 43 0 27 121 35 53 104 52
Binary 10110101 10001100 100011 0 10111 1010001 11101 101011 1000100 101010

Color Harmonies of #B58C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C23

Black with #B58C23

Text Example


Text Example

White with #B58C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C23; }

 p { color: rgb(181,140,35); }

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

background-color css

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

 a { background-color: rgb(181,140,35); }

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

border-color css

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

 span { border-color: rgb(181,140,35); }

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