Html Css Color HEX #B99833 Nugget

📋 copy color: '#B99833'

red 185 ◦ green 152 ◦ blue 51

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

Shades of Nugget #B99833

Tints of Nugget #B99833

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

 BLUE value IS 51 (20.31% from 255) = 13.14%

R = 47.68%
G = 39.18%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B99833 (or 0xB99833) is known color: Nugget. HEX triplet: B9, 98 and 33. RGB value is (185,152,51). Sum of RGB (Red+Green+Blue) = 185+152+51=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B99833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99833 is #4667CC. Grayscale: #969696. Windows color (decimal): -4614093 or 3381433. OLE color: 3381433.

HSL color Cylindrical-coordinate representation of color #B99833: hue angle of 45.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B99833 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 51 -
CMYK 0 0.18 0.72 0.27
HSL 45.22º 0.57% 0.46% -
HSV(B) 45.22º 0.72% 0.73% -
XYZ 31.83 33.01 7.83 -
YUV 150.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 185 152 51 0 0.18 0.72 0.27 45.22 0.57 0.46
Hex B9 98 33 0 12 48 1B 2D 39 2E
Octal 271 230 63 0 22 110 33 55 71 56
Binary 10111001 10011000 110011 0 10010 1001000 11011 101101 111001 101110

Color Harmonies of #B99833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99833

Black with #B99833

Text Example


Text Example

White with #B99833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99833; }

 p { color: rgb(185,152,51); }

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

background-color css

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

 a { background-color: rgb(185,152,51); }

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

border-color css

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

 span { border-color: rgb(185,152,51); }

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