Html Css Color HEX #B9841F Nugget

📋 copy color: '#B9841F'

red 185 ◦ green 132 ◦ blue 31

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

Shades of Nugget #B9841F

Tints of Nugget #B9841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 53.16%
G = 37.93%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9841F (or 0xB9841F) is known color: Nugget. HEX triplet: B9, 84 and 1F. RGB value is (185,132,31). Sum of RGB (Red+Green+Blue) = 185+132+31=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9841F is #467BE0. Grayscale: #888888. Windows color (decimal): -4619233 or 2065593. OLE color: 2065593.

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

Color convert

RGB 185 132 31 -
CMYK 0 0.29 0.83 0.27
HSL 39.35º 0.71% 0.42% -
HSV(B) 39.35º 0.83% 0.73% -
XYZ 28.51 26.92 4.99 -
YUV 136.33 68.56 162.71 -
System Red Green Blue C M Y K H S L
Decimal 185 132 31 0 0.29 0.83 0.27 39.35 0.71 0.42
Hex B9 84 1F 0 1D 53 1B 27 47 2A
Octal 271 204 37 0 35 123 33 47 107 52
Binary 10111001 10000100 11111 0 11101 1010011 11011 100111 1000111 101010

Color Harmonies of #B9841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9841F

Black with #B9841F

Text Example


Text Example

White with #B9841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9841F; }

 p { color: rgb(185,132,31); }

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

background-color css

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

 a { background-color: rgb(185,132,31); }

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

border-color css

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

 span { border-color: rgb(185,132,31); }

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