#B18C2B

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

Shades of Nugget #B18C2B

Tints of Nugget #B18C2B

Color information

#B18C2B (or 0xB18C2B) is unknown color: approx Nugget. HEX triplet: B1, 8C and 2B. RGB value is (177,140,43). Sum of RGB (Red+Green+Blue) = 177+140+43=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C2B is #4E73D4. Grayscale: #8C8C8C. Windows color (decimal): -5141461 or 2854065. OLE color: 2854065.

HSL color Cylindrical-coordinate representation of color #B18C2B: hue angle of 43.43º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B18C2B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17714043-
CMYK00.210.760.31
HSL43.43º60.91%43.14%-
HSV(B)43.43º75.71%69.41%-
XYZ27.9528.286.27-
YUV14073.26154.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 43 (17.19% from 255) = 11.94%
R=49.17%
G=38.89%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771404300.210.760.3143.4360.9143.14
HexB18C2B0154C1F2b3d2b
Octal2612145302511437537553
Binary1011000110001100101011010101100110011111101011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18C2B; }

 p { color: rgb(177,140,43); }

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

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

 a { background-color: rgb(177,140,43); }

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

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

 span { border-color: rgb(177,140,43); }

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