Html Css Color HEX #B89328 Nugget

📋 copy color: '#B89328'

red 184 ◦ green 147 ◦ blue 40

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

Shades of Nugget #B89328

Tints of Nugget #B89328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 49.6%
G = 39.62%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B89328 (or 0xB89328) is known color: Nugget. HEX triplet: B8, 93 and 28. RGB value is (184,147,40). Sum of RGB (Red+Green+Blue) = 184+147+40=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B89328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89328 is #476CD7. Grayscale: #929292. Windows color (decimal): -4680920 or 2659256. OLE color: 2659256.

HSL color Cylindrical-coordinate representation of color #B89328: hue angle of 44.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B89328 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 147 40 -
CMYK 0 0.20 0.78 0.28
HSL 44.58º 0.64% 0.44% -
HSV(B) 44.58º 0.78% 0.72% -
XYZ 30.58 31.21 6.42 -
YUV 145.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 184 147 40 0 0.20 0.78 0.28 44.58 0.64 0.44
Hex B8 93 28 0 14 4E 1C 2D 40 2C
Octal 270 223 50 0 24 116 34 55 100 54
Binary 10111000 10010011 101000 0 10100 1001110 11100 101101 1000000 101100

Color Harmonies of #B89328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89328

Black with #B89328

Text Example


Text Example

White with #B89328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89328; }

 p { color: rgb(184,147,40); }

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

background-color css

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

 a { background-color: rgb(184,147,40); }

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

border-color css

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

 span { border-color: rgb(184,147,40); }

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