Html Css Color HEX #B58727 Nugget

📋 copy color: '#B58727'

red 181 ◦ green 135 ◦ blue 39

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

Shades of Nugget #B58727

Tints of Nugget #B58727

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 50.99%
G = 38.03%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B58727 (or 0xB58727) is known color: Nugget. HEX triplet: B5, 87 and 27. RGB value is (181,135,39). Sum of RGB (Red+Green+Blue) = 181+135+39=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B58727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58727 is #4A78D8. Grayscale: #8A8A8A. Windows color (decimal): -4880601 or 2590645. OLE color: 2590645.

HSL color Cylindrical-coordinate representation of color #B58727: hue angle of 40.56º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B58727 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 135 39 -
CMYK 0 0.25 0.78 0.29
HSL 40.56º 0.65% 0.43% -
HSV(B) 40.56º 0.78% 0.71% -
XYZ 28.09 27.3 5.71 -
YUV 137.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 181 135 39 0 0.25 0.78 0.29 40.56 0.65 0.43
Hex B5 87 27 0 19 4E 1D 29 41 2B
Octal 265 207 47 0 31 116 35 51 101 53
Binary 10110101 10000111 100111 0 11001 1001110 11101 101001 1000001 101011

Color Harmonies of #B58727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58727

Black with #B58727

Text Example


Text Example

White with #B58727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58727; }

 p { color: rgb(181,135,39); }

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

background-color css

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

 a { background-color: rgb(181,135,39); }

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

border-color css

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

 span { border-color: rgb(181,135,39); }

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