Html Css Color HEX #B9891C Nugget

📋 copy color: '#B9891C'

red 185 ◦ green 137 ◦ blue 28

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

Shades of Nugget #B9891C

Tints of Nugget #B9891C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 52.86%
G = 39.14%
B = 8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9891C (or 0xB9891C) is known color: Nugget. HEX triplet: B9, 89 and 1C. RGB value is (185,137,28). Sum of RGB (Red+Green+Blue) = 185+137+28=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9891C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9891C is #4676E3. Grayscale: #8B8B8B. Windows color (decimal): -4617956 or 1870265. OLE color: 1870265.

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

Color convert

RGB 185 137 28 -
CMYK 0 0.26 0.85 0.27
HSL 41.66º 0.74% 0.42% -
HSV(B) 41.66º 0.85% 0.73% -
XYZ 29.16 28.29 5.02 -
YUV 138.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 185 137 28 0 0.26 0.85 0.27 41.66 0.74 0.42
Hex B9 89 1C 0 1A 55 1B 2A 4A 2A
Octal 271 211 34 0 32 125 33 52 112 52
Binary 10111001 10001001 11100 0 11010 1010101 11011 101010 1001010 101010

Color Harmonies of #B9891C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9891C

Black with #B9891C

Text Example


Text Example

White with #B9891C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9891C; }

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

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

background-color css

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

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

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

border-color css

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

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

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