Html Css Color HEX #B7871E Nugget

📋 copy color: '#B7871E'

red 183 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B7871E

Tints of Nugget #B7871E

RGB

 RED value IS 183 (71.88% from 255) = 52.59%

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

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

R = 52.59%
G = 38.79%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7871E (or 0xB7871E) is known color: Nugget. HEX triplet: B7, 87 and 1E. RGB value is (183,135,30). Sum of RGB (Red+Green+Blue) = 183+135+30=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7871E is #4878E1. Grayscale: #898989. Windows color (decimal): -4749538 or 2000823. OLE color: 2000823.

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

Color convert

RGB 183 135 30 -
CMYK 0 0.26 0.84 0.28
HSL 41.18º 0.72% 0.42% -
HSV(B) 41.18º 0.84% 0.72% -
XYZ 28.43 27.49 5.04 -
YUV 137.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 183 135 30 0 0.26 0.84 0.28 41.18 0.72 0.42
Hex B7 87 1E 0 1A 54 1C 29 48 2A
Octal 267 207 36 0 32 124 34 51 110 52
Binary 10110111 10000111 11110 0 11010 1010100 11100 101001 1001000 101010

Color Harmonies of #B7871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7871E

Black with #B7871E

Text Example


Text Example

White with #B7871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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