#B88A3D

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

Shades of Marigold #B88A3D

Tints of Marigold #B88A3D

Color information

#B88A3D (or 0xB88A3D) is unknown color: approx Marigold. HEX triplet: B8, 8A and 3D. RGB value is (184,138,61). Sum of RGB (Red+Green+Blue) = 184+138+61=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A3D is #4775C2. Grayscale: #8F8F8F. Windows color (decimal): -4683203 or 4033208. OLE color: 4033208.

HSL color Cylindrical-coordinate representation of color #B88A3D: hue angle of 37.56º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B88A3D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18413861-
CMYK00.250.670.28
HSL37.56º50.2%48.04%-
HSV(B)37.56º66.85%72.16%-
XYZ29.728.78.39-
YUV142.9881.74157.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=48.04%
G=36.03%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841386100.250.670.2837.5650.248.04
HexB88A3D019431C263230
Octal2702127503110334466260
Binary1011100010001010111101011001100001111100100110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A3D; }

 p { color: rgb(184,138,61); }

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

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

 a { background-color: rgb(184,138,61); }

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

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

 span { border-color: rgb(184,138,61); }

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