Html Css Color HEX #B5882A Nugget

📋 copy color: '#B5882A'

red 181 ◦ green 136 ◦ blue 42

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

Shades of Nugget #B5882A

Tints of Nugget #B5882A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 50.42%
G = 37.88%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5882A (or 0xB5882A) is known color: Nugget. HEX triplet: B5, 88 and 2A. RGB value is (181,136,42). Sum of RGB (Red+Green+Blue) = 181+136+42=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882A is #4A77D5. Grayscale: #8B8B8B. Windows color (decimal): -4880342 or 2787509. OLE color: 2787509.

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

Color convert

RGB 181 136 42 -
CMYK 0 0.25 0.77 0.29
HSL 40.58º 0.62% 0.44% -
HSV(B) 40.58º 0.77% 0.71% -
XYZ 28.28 27.6 6.03 -
YUV 138.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 181 136 42 0 0.25 0.77 0.29 40.58 0.62 0.44
Hex B5 88 2A 0 19 4D 1D 29 3E 2C
Octal 265 210 52 0 31 115 35 51 76 54
Binary 10110101 10001000 101010 0 11001 1001101 11101 101001 111110 101100

Color Harmonies of #B5882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5882A

Black with #B5882A

Text Example


Text Example

White with #B5882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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