Html Css Color HEX #B7881F Nugget

📋 copy color: '#B7881F'

red 183 ◦ green 136 ◦ blue 31

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

Shades of Nugget #B7881F

Tints of Nugget #B7881F

RGB

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

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

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

R = 52.29%
G = 38.86%
B = 8.86%

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

#B7881F (or 0xB7881F) is known color: Nugget. HEX triplet: B7, 88 and 1F. RGB value is (183,136,31). Sum of RGB (Red+Green+Blue) = 183+136+31=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7881F is #4877E0. Grayscale: #8A8A8A. Windows color (decimal): -4749281 or 2066615. OLE color: 2066615.

HSL color Cylindrical-coordinate representation of color #B7881F: hue angle of 41.45º 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 #B7881F is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 136 31 -
CMYK 0 0.26 0.83 0.28
HSL 41.45º 0.71% 0.42% -
HSV(B) 41.45º 0.83% 0.72% -
XYZ 28.58 27.77 5.15 -
YUV 138.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 183 136 31 0 0.26 0.83 0.28 41.45 0.71 0.42
Hex B7 88 1F 0 1A 53 1C 29 47 2A
Octal 267 210 37 0 32 123 34 51 107 52
Binary 10110111 10001000 11111 0 11010 1010011 11100 101001 1000111 101010

Color Harmonies of #B7881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7881F

Black with #B7881F

Text Example


Text Example

White with #B7881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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