Html Css Color HEX #B6871E Nugget

📋 copy color: '#B6871E'

red 182 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B6871E

Tints of Nugget #B6871E

RGB

 RED value IS 182 (71.48% from 255) = 52.45%

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

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

R = 52.45%
G = 38.9%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6871E (or 0xB6871E) is known color: Nugget. HEX triplet: B6, 87 and 1E. RGB value is (182,135,30). Sum of RGB (Red+Green+Blue) = 182+135+30=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B6871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6871E is #4978E1. Grayscale: #898989. Windows color (decimal): -4815074 or 2000822. OLE color: 2000822.

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

Color convert

RGB 182 135 30 -
CMYK 0 0.26 0.84 0.29
HSL 41.45º 0.72% 0.42% -
HSV(B) 41.45º 0.84% 0.71% -
XYZ 28.19 27.37 5.02 -
YUV 137.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 182 135 30 0 0.26 0.84 0.29 41.45 0.72 0.42
Hex B6 87 1E 0 1A 54 1D 29 48 2A
Octal 266 207 36 0 32 124 35 51 110 52
Binary 10110110 10000111 11110 0 11010 1010100 11101 101001 1001000 101010

Color Harmonies of #B6871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6871E

Black with #B6871E

Text Example


Text Example

White with #B6871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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