Html Css Color HEX #B3881E Nugget

📋 copy color: '#B3881E'

red 179 ◦ green 136 ◦ blue 30

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

Shades of Nugget #B3881E

Tints of Nugget #B3881E

RGB

 RED value IS 179 (70.31% from 255) = 51.88%

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

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

R = 51.88%
G = 39.42%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3881E (or 0xB3881E) is known color: Nugget. HEX triplet: B3, 88 and 1E. RGB value is (179,136,30). Sum of RGB (Red+Green+Blue) = 179+136+30=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3881E is #4C77E1. Grayscale: #898989. Windows color (decimal): -5011426 or 2001075. OLE color: 2001075.

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

Color convert

RGB 179 136 30 -
CMYK 0 0.24 0.83 0.30
HSL 42.68º 0.71% 0.41% -
HSV(B) 42.68º 0.83% 0.7% -
XYZ 27.63 27.29 5.04 -
YUV 136.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 179 136 30 0 0.24 0.83 0.30 42.68 0.71 0.41
Hex B3 88 1E 0 18 53 1E 2B 47 29
Octal 263 210 36 0 30 123 36 53 107 51
Binary 10110011 10001000 11110 0 11000 1010011 11110 101011 1000111 101001

Color Harmonies of #B3881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3881E

Black with #B3881E

Text Example


Text Example

White with #B3881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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