#B68E44

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

Shades of Marigold #B68E44

Tints of Marigold #B68E44

Color information

#B68E44 (or 0xB68E44) is unknown color: approx Marigold. HEX triplet: B6, 8E and 44. RGB value is (182,142,68). Sum of RGB (Red+Green+Blue) = 182+142+68=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E44 is #4971BB. Grayscale: #919191. Windows color (decimal): -4813244 or 4492982. OLE color: 4492982.

HSL color Cylindrical-coordinate representation of color #B68E44: hue angle of 38.95º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B68E44 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB18214268-
CMYK00.220.630.29
HSL38.95º45.6%49.02%-
HSV(B)38.95º62.64%71.37%-
XYZ30.0129.719.62-
YUV145.5284.25154.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 142 (55.86% from 255) = 36.22%
BLUE value IS 68 (26.95% from 255) = 17.35%
R=46.43%
G=36.22%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821426800.220.630.2938.9545.649.02
HexB68E440163F1D272e31
Octal2662161040267735475661
Binary1011011010001110100010001011011111111101100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68E44; }

 p { color: rgb(182,142,68); }

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

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

 a { background-color: rgb(182,142,68); }

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

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

 span { border-color: rgb(182,142,68); }

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