Html Css Color HEX #B58C2B Nugget

📋 copy color: '#B58C2B'

red 181 ◦ green 140 ◦ blue 43

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

Shades of Nugget #B58C2B

Tints of Nugget #B58C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 49.73%
G = 38.46%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B58C2B (or 0xB58C2B) is known color: Nugget. HEX triplet: B5, 8C and 2B. RGB value is (181,140,43). Sum of RGB (Red+Green+Blue) = 181+140+43=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C2B is #4A73D4. Grayscale: #8D8D8D. Windows color (decimal): -4879317 or 2854069. OLE color: 2854069.

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

Color convert

RGB 181 140 43 -
CMYK 0 0.23 0.76 0.29
HSL 42.17º 0.62% 0.44% -
HSV(B) 42.17º 0.76% 0.71% -
XYZ 28.87 28.75 6.31 -
YUV 141.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 181 140 43 0 0.23 0.76 0.29 42.17 0.62 0.44
Hex B5 8C 2B 0 17 4C 1D 2A 3E 2C
Octal 265 214 53 0 27 114 35 52 76 54
Binary 10110101 10001100 101011 0 10111 1001100 11101 101010 111110 101100

Color Harmonies of #B58C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C2B

Black with #B58C2B

Text Example


Text Example

White with #B58C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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