Html Css Color HEX #B9891D Nugget

📋 copy color: '#B9891D'

red 185 ◦ green 137 ◦ blue 29

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

Shades of Nugget #B9891D

Tints of Nugget #B9891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

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

R = 52.71%
G = 39.03%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9891D (or 0xB9891D) is known color: Nugget. HEX triplet: B9, 89 and 1D. RGB value is (185,137,29). Sum of RGB (Red+Green+Blue) = 185+137+29=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9891D is #4676E2. Grayscale: #8B8B8B. Windows color (decimal): -4617955 or 1935801. OLE color: 1935801.

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

Color convert

RGB 185 137 29 -
CMYK 0 0.26 0.84 0.27
HSL 41.54º 0.73% 0.42% -
HSV(B) 41.54º 0.84% 0.73% -
XYZ 29.18 28.29 5.09 -
YUV 139.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 185 137 29 0 0.26 0.84 0.27 41.54 0.73 0.42
Hex B9 89 1D 0 1A 54 1B 2A 49 2A
Octal 271 211 35 0 32 124 33 52 111 52
Binary 10111001 10001001 11101 0 11010 1010100 11011 101010 1001001 101010

Color Harmonies of #B9891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9891D

Black with #B9891D

Text Example


Text Example

White with #B9891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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