#B89027

Color #B89027 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #B89027

Tints of Nugget #B89027

Color information

#B89027 (or 0xB89027) is unknown color: approx Nugget. HEX triplet: B8, 90 and 27. RGB value is (184,144,39). Sum of RGB (Red+Green+Blue) = 184+144+39=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B89027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89027 is #476FD8. Grayscale: #909090. Windows color (decimal): -4681689 or 2592952. OLE color: 2592952.

HSL color Cylindrical-coordinate representation of color #B89027: hue angle of 43.45º degrees, saturation: 0.65, 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 #B89027 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB18414439-
CMYK00.220.790.28
HSL43.45º65.02%43.73%-
HSV(B)43.45º78.8%72.16%-
XYZ30.1130.286.18-
YUV143.9968.75156.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 39 (15.62% from 255) = 10.63%
R=50.14%
G=39.24%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841443900.220.790.2843.4565.0243.73
HexB890270164F1C2b412c
Octal27022047026117345310154
Binary10111000100100001001110101101001111111001010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89027; }

 p { color: rgb(184,144,39); }

 H1.HeaderClassName
 {
   color: #B89027;
 }
 .AnyTagClassName
 {
   color: #B89027;
 }
</style>
background-color css

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

 a { background-color: rgb(184,144,39); }

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

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

 span { border-color: rgb(184,144,39); }

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