Html Css Color HEX #B58C1F Nugget

📋 copy color: '#B58C1F'

red 181 ◦ green 140 ◦ blue 31

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

Shades of Nugget #B58C1F

Tints of Nugget #B58C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 51.42%
G = 39.77%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B58C1F (or 0xB58C1F) is known color: Nugget. HEX triplet: B5, 8C and 1F. RGB value is (181,140,31). Sum of RGB (Red+Green+Blue) = 181+140+31=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C1F is #4A73E0. Grayscale: #8C8C8C. Windows color (decimal): -4879329 or 2067637. OLE color: 2067637.

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

Color convert

RGB 181 140 31 -
CMYK 0 0.23 0.83 0.29
HSL 43.6º 0.71% 0.42% -
HSV(B) 43.6º 0.83% 0.71% -
XYZ 28.68 28.68 5.32 -
YUV 139.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 181 140 31 0 0.23 0.83 0.29 43.6 0.71 0.42
Hex B5 8C 1F 0 17 53 1D 2C 47 2A
Octal 265 214 37 0 27 123 35 54 107 52
Binary 10110101 10001100 11111 0 10111 1010011 11101 101100 1000111 101010

Color Harmonies of #B58C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C1F

Black with #B58C1F

Text Example


Text Example

White with #B58C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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