Html Css Color HEX #B99632 Nugget

📋 copy color: '#B99632'

red 185 ◦ green 150 ◦ blue 50

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

Shades of Nugget #B99632

Tints of Nugget #B99632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 48.05%
G = 38.96%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B99632 (or 0xB99632) is known color: Nugget. HEX triplet: B9, 96 and 32. RGB value is (185,150,50). Sum of RGB (Red+Green+Blue) = 185+150+50=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B99632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99632 is #4669CD. Grayscale: #959595. Windows color (decimal): -4614606 or 3315385. OLE color: 3315385.

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

Color convert

RGB 185 150 50 -
CMYK 0 0.19 0.73 0.27
HSL 44.44º 0.57% 0.46% -
HSV(B) 44.44º 0.73% 0.73% -
XYZ 31.49 32.36 7.6 -
YUV 149.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 185 150 50 0 0.19 0.73 0.27 44.44 0.57 0.46
Hex B9 96 32 0 13 49 1B 2C 39 2E
Octal 271 226 62 0 23 111 33 54 71 56
Binary 10111001 10010110 110010 0 10011 1001001 11011 101100 111001 101110

Color Harmonies of #B99632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99632

Black with #B99632

Text Example


Text Example

White with #B99632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99632; }

 p { color: rgb(185,150,50); }

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

background-color css

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

 a { background-color: rgb(185,150,50); }

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

border-color css

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

 span { border-color: rgb(185,150,50); }

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