Html Css Color HEX #B5881E Nugget

📋 copy color: '#B5881E'

red 181 ◦ green 136 ◦ blue 30

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

Shades of Nugget #B5881E

Tints of Nugget #B5881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 52.16%
G = 39.19%
B = 8.65%

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

#B5881E (or 0xB5881E) is known color: Nugget. HEX triplet: B5, 88 and 1E. RGB value is (181,136,30). Sum of RGB (Red+Green+Blue) = 181+136+30=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5881E is #4A77E1. Grayscale: #898989. Windows color (decimal): -4880354 or 2001077. OLE color: 2001077.

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

Color convert

RGB 181 136 30 -
CMYK 0 0.25 0.83 0.29
HSL 42.12º 0.72% 0.41% -
HSV(B) 42.12º 0.83% 0.71% -
XYZ 28.09 27.53 5.06 -
YUV 137.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 181 136 30 0 0.25 0.83 0.29 42.12 0.72 0.41
Hex B5 88 1E 0 19 53 1D 2A 48 29
Octal 265 210 36 0 31 123 35 52 110 51
Binary 10110101 10001000 11110 0 11001 1010011 11101 101010 1001000 101001

Color Harmonies of #B5881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5881E

Black with #B5881E

Text Example


Text Example

White with #B5881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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