Html Css Color HEX #B9881C Nugget

📋 copy color: '#B9881C'

red 185 ◦ green 136 ◦ blue 28

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

Shades of Nugget #B9881C

Tints of Nugget #B9881C

RGB

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

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

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

R = 53.01%
G = 38.97%
B = 8.02%

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

#B9881C (or 0xB9881C) is known color: Nugget. HEX triplet: B9, 88 and 1C. RGB value is (185,136,28). Sum of RGB (Red+Green+Blue) = 185+136+28=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9881C is #4677E3. Grayscale: #8A8A8A. Windows color (decimal): -4618212 or 1870009. OLE color: 1870009.

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

Color convert

RGB 185 136 28 -
CMYK 0 0.26 0.85 0.27
HSL 41.27º 0.74% 0.42% -
HSV(B) 41.27º 0.85% 0.73% -
XYZ 29.02 28.01 4.97 -
YUV 138.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 185 136 28 0 0.26 0.85 0.27 41.27 0.74 0.42
Hex B9 88 1C 0 1A 55 1B 29 4A 2A
Octal 271 210 34 0 32 125 33 51 112 52
Binary 10111001 10001000 11100 0 11010 1010101 11011 101001 1001010 101010

Color Harmonies of #B9881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9881C

Black with #B9881C

Text Example


Text Example

White with #B9881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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