#B88A3A

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

Shades of Marigold #B88A3A

Tints of Marigold #B88A3A

Color information

#B88A3A (or 0xB88A3A) is unknown color: approx Marigold. HEX triplet: B8, 8A and 3A. RGB value is (184,138,58). Sum of RGB (Red+Green+Blue) = 184+138+58=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A3A is #4775C5. Grayscale: #8F8F8F. Windows color (decimal): -4683206 or 3836600. OLE color: 3836600.

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

Color convert

RGB18413858-
CMYK00.250.680.28
HSL38.1º52.07%47.45%-
HSV(B)38.1º68.48%72.16%-
XYZ29.6228.677.98-
YUV142.6380.24157.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=48.42%
G=36.32%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841385800.250.680.2838.152.0747.45
HexB88A3A019441C26342f
Octal2702127203110434466457
Binary1011100010001010111010011001100010011100100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A3A; }

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

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

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

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

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

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

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

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