Html Css Color HEX #B9881D Nugget

📋 copy color: '#B9881D'

red 185 ◦ green 136 ◦ blue 29

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

Shades of Nugget #B9881D

Tints of Nugget #B9881D

RGB

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

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

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

R = 52.86%
G = 38.86%
B = 8.29%

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

#B9881D (or 0xB9881D) is known color: Nugget. HEX triplet: B9, 88 and 1D. RGB value is (185,136,29). Sum of RGB (Red+Green+Blue) = 185+136+29=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9881D is #4677E2. Grayscale: #8A8A8A. Windows color (decimal): -4618211 or 1935545. OLE color: 1935545.

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

Color convert

RGB 185 136 29 -
CMYK 0 0.26 0.84 0.27
HSL 41.15º 0.73% 0.42% -
HSV(B) 41.15º 0.84% 0.73% -
XYZ 29.03 28.01 5.04 -
YUV 138.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 185 136 29 0 0.26 0.84 0.27 41.15 0.73 0.42
Hex B9 88 1D 0 1A 54 1B 29 49 2A
Octal 271 210 35 0 32 124 33 51 111 52
Binary 10111001 10001000 11101 0 11010 1010100 11011 101001 1001001 101010

Color Harmonies of #B9881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9881D

Black with #B9881D

Text Example


Text Example

White with #B9881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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