Html Css Color HEX #B89632 Nugget

📋 copy color: '#B89632'

red 184 ◦ green 150 ◦ blue 50

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

Shades of Nugget #B89632

Tints of Nugget #B89632

RGB

 RED value IS 184 (72.27% from 255) = 47.92%

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

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

R = 47.92%
G = 39.06%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B89632 (or 0xB89632) is known color: Nugget. HEX triplet: B8, 96 and 32. RGB value is (184,150,50). Sum of RGB (Red+Green+Blue) = 184+150+50=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89632 is #4769CD. Grayscale: #959595. Windows color (decimal): -4680142 or 3315384. OLE color: 3315384.

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

Color convert

RGB 184 150 50 -
CMYK 0 0.18 0.73 0.28
HSL 44.78º 0.57% 0.46% -
HSV(B) 44.78º 0.73% 0.72% -
XYZ 31.25 32.23 7.59 -
YUV 148.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 184 150 50 0 0.18 0.73 0.28 44.78 0.57 0.46
Hex B8 96 32 0 12 49 1C 2D 39 2E
Octal 270 226 62 0 22 111 34 55 71 56
Binary 10111000 10010110 110010 0 10010 1001001 11100 101101 111001 101110

Color Harmonies of #B89632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89632

Black with #B89632

Text Example


Text Example

White with #B89632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89632; }

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

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

background-color css

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

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

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

border-color css

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

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

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