Html Css Color HEX #B5871E Nugget

📋 copy color: '#B5871E'

red 181 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B5871E

Tints of Nugget #B5871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 52.31%
G = 39.02%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5871E (or 0xB5871E) is known color: Nugget. HEX triplet: B5, 87 and 1E. RGB value is (181,135,30). Sum of RGB (Red+Green+Blue) = 181+135+30=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5871E is #4A78E1. Grayscale: #898989. Windows color (decimal): -4880610 or 2000821. OLE color: 2000821.

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

Color convert

RGB 181 135 30 -
CMYK 0 0.25 0.83 0.29
HSL 41.72º 0.72% 0.41% -
HSV(B) 41.72º 0.83% 0.71% -
XYZ 27.95 27.25 5.01 -
YUV 136.78 67.74 159.54 -
System Red Green Blue C M Y K H S L
Decimal 181 135 30 0 0.25 0.83 0.29 41.72 0.72 0.41
Hex B5 87 1E 0 19 53 1D 2A 48 29
Octal 265 207 36 0 31 123 35 52 110 51
Binary 10110101 10000111 11110 0 11001 1010011 11101 101010 1001000 101001

Color Harmonies of #B5871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5871E

Black with #B5871E

Text Example


Text Example

White with #B5871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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