Html Css Color HEX #B9871F Nugget

📋 copy color: '#B9871F'

red 185 ◦ green 135 ◦ blue 31

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

Shades of Nugget #B9871F

Tints of Nugget #B9871F

RGB

 RED value IS 185 (72.66% from 255) = 52.71%

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

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

R = 52.71%
G = 38.46%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9871F (or 0xB9871F) is known color: Nugget. HEX triplet: B9, 87 and 1F. RGB value is (185,135,31). Sum of RGB (Red+Green+Blue) = 185+135+31=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9871F is #4678E0. Grayscale: #8A8A8A. Windows color (decimal): -4618465 or 2066361. OLE color: 2066361.

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

Color convert

RGB 185 135 31 -
CMYK 0 0.27 0.83 0.27
HSL 40.52º 0.71% 0.42% -
HSV(B) 40.52º 0.83% 0.73% -
XYZ 28.92 27.74 5.13 -
YUV 138.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 185 135 31 0 0.27 0.83 0.27 40.52 0.71 0.42
Hex B9 87 1F 0 1B 53 1B 29 47 2A
Octal 271 207 37 0 33 123 33 51 107 52
Binary 10111001 10000111 11111 0 11011 1010011 11011 101001 1000111 101010

Color Harmonies of #B9871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9871F

Black with #B9871F

Text Example


Text Example

White with #B9871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9871F; }

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

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

background-color css

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

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

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

border-color css

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

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

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