Html Css Color HEX #B7871F Nugget

📋 copy color: '#B7871F'

red 183 ◦ green 135 ◦ blue 31

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

Shades of Nugget #B7871F

Tints of Nugget #B7871F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 52.44%
G = 38.68%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7871F (or 0xB7871F) is known color: Nugget. HEX triplet: B7, 87 and 1F. RGB value is (183,135,31). Sum of RGB (Red+Green+Blue) = 183+135+31=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7871F is #4878E0. Grayscale: #898989. Windows color (decimal): -4749537 or 2066359. OLE color: 2066359.

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

Color convert

RGB 183 135 31 -
CMYK 0 0.26 0.83 0.28
HSL 41.05º 0.71% 0.42% -
HSV(B) 41.05º 0.83% 0.72% -
XYZ 28.44 27.49 5.1 -
YUV 137.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 183 135 31 0 0.26 0.83 0.28 41.05 0.71 0.42
Hex B7 87 1F 0 1A 53 1C 29 47 2A
Octal 267 207 37 0 32 123 34 51 107 52
Binary 10110111 10000111 11111 0 11010 1010011 11100 101001 1000111 101010

Color Harmonies of #B7871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7871F

Black with #B7871F

Text Example


Text Example

White with #B7871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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