Html Css Color HEX #B89326 Nugget

📋 copy color: '#B89326'

red 184 ◦ green 147 ◦ blue 38

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

Shades of Nugget #B89326

Tints of Nugget #B89326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.3%

R = 49.86%
G = 39.84%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B89326 (or 0xB89326) is known color: Nugget. HEX triplet: B8, 93 and 26. RGB value is (184,147,38). Sum of RGB (Red+Green+Blue) = 184+147+38=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B89326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89326 is #476CD9. Grayscale: #929292. Windows color (decimal): -4680922 or 2528184. OLE color: 2528184.

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

Color convert

RGB 184 147 38 -
CMYK 0 0.20 0.79 0.28
HSL 44.79º 0.66% 0.44% -
HSV(B) 44.79º 0.79% 0.72% -
XYZ 30.55 31.2 6.25 -
YUV 145.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 184 147 38 0 0.20 0.79 0.28 44.79 0.66 0.44
Hex B8 93 26 0 14 4F 1C 2D 42 2C
Octal 270 223 46 0 24 117 34 55 102 54
Binary 10111000 10010011 100110 0 10100 1001111 11100 101101 1000010 101100

Color Harmonies of #B89326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89326

Black with #B89326

Text Example


Text Example

White with #B89326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89326; }

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

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

background-color css

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

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

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

border-color css

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

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

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