Html Css Color HEX #B5881D Nugget

📋 copy color: '#B5881D'

red 181 ◦ green 136 ◦ blue 29

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

Shades of Nugget #B5881D

Tints of Nugget #B5881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.38%

R = 52.31%
G = 39.31%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5881D (or 0xB5881D) is known color: Nugget. HEX triplet: B5, 88 and 1D. RGB value is (181,136,29). Sum of RGB (Red+Green+Blue) = 181+136+29=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5881D is #4A77E2. Grayscale: #898989. Windows color (decimal): -4880355 or 1935541. OLE color: 1935541.

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

Color convert

RGB 181 136 29 -
CMYK 0 0.25 0.84 0.29
HSL 42.24º 0.72% 0.41% -
HSV(B) 42.24º 0.84% 0.71% -
XYZ 28.08 27.52 4.99 -
YUV 137.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 181 136 29 0 0.25 0.84 0.29 42.24 0.72 0.41
Hex B5 88 1D 0 19 54 1D 2A 48 29
Octal 265 210 35 0 31 124 35 52 110 51
Binary 10110101 10001000 11101 0 11001 1010100 11101 101010 1001000 101001

Color Harmonies of #B5881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5881D

Black with #B5881D

Text Example


Text Example

White with #B5881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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