#BA8627

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

Shades of Nugget #BA8627

Tints of Nugget #BA8627

Color information

#BA8627 (or 0xBA8627) is unknown color: approx Nugget. HEX triplet: BA, 86 and 27. RGB value is (186,134,39). Sum of RGB (Red+Green+Blue) = 186+134+39=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8627 is #4579D8. Grayscale: #8B8B8B. Windows color (decimal): -4553177 or 2590394. OLE color: 2590394.

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

Color convert

RGB18613439-
CMYK00.280.790.27
HSL38.78º65.33%44.12%-
HSV(B)38.78º79.03%72.94%-
XYZ29.1427.645.72-
YUV138.7271.73161.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=51.81%
G=37.33%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861343900.280.790.2738.7865.3344.12
HexBA862701C4F1B27412c
Octal27220647034117334710154
Binary10111010100001101001110111001001111110111001111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8627; }

 p { color: rgb(186,134,39); }

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

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

 a { background-color: rgb(186,134,39); }

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

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

 span { border-color: rgb(186,134,39); }

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