Html Css Color HEX #B58F22 Nugget

📋 copy color: '#B58F22'

red 181 ◦ green 143 ◦ blue 34

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

Shades of Nugget #B58F22

Tints of Nugget #B58F22

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.94%

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 50.56%
G = 39.94%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B58F22 (or 0xB58F22) is known color: Nugget. HEX triplet: B5, 8F and 22. RGB value is (181,143,34). Sum of RGB (Red+Green+Blue) = 181+143+34=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F22 is #4A70DD. Grayscale: #8E8E8E. Windows color (decimal): -4878558 or 2265013. OLE color: 2265013.

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

Color convert

RGB 181 143 34 -
CMYK 0 0.21 0.81 0.29
HSL 44.49º 0.68% 0.42% -
HSV(B) 44.49º 0.81% 0.71% -
XYZ 29.17 29.58 5.69 -
YUV 141.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 181 143 34 0 0.21 0.81 0.29 44.49 0.68 0.42
Hex B5 8F 22 0 15 51 1D 2C 44 2A
Octal 265 217 42 0 25 121 35 54 104 52
Binary 10110101 10001111 100010 0 10101 1010001 11101 101100 1000100 101010

Color Harmonies of #B58F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F22

Black with #B58F22

Text Example


Text Example

White with #B58F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F22; }

 p { color: rgb(181,143,34); }

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

background-color css

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

 a { background-color: rgb(181,143,34); }

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

border-color css

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

 span { border-color: rgb(181,143,34); }

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