Html Css Color HEX #B9871D Nugget

📋 copy color: '#B9871D'

red 185 ◦ green 135 ◦ blue 29

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

Shades of Nugget #B9871D

Tints of Nugget #B9871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 53.01%
G = 38.68%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9871D (or 0xB9871D) is known color: Nugget. HEX triplet: B9, 87 and 1D. RGB value is (185,135,29). Sum of RGB (Red+Green+Blue) = 185+135+29=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9871D is #4678E2. Grayscale: #8A8A8A. Windows color (decimal): -4618467 or 1935289. OLE color: 1935289.

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

Color convert

RGB 185 135 29 -
CMYK 0 0.27 0.84 0.27
HSL 40.77º 0.73% 0.42% -
HSV(B) 40.77º 0.84% 0.73% -
XYZ 28.89 27.73 4.99 -
YUV 137.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 185 135 29 0 0.27 0.84 0.27 40.77 0.73 0.42
Hex B9 87 1D 0 1B 54 1B 29 49 2A
Octal 271 207 35 0 33 124 33 51 111 52
Binary 10111001 10000111 11101 0 11011 1010100 11011 101001 1001001 101010

Color Harmonies of #B9871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9871D

Black with #B9871D

Text Example


Text Example

White with #B9871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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