#B88840

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

Shades of Marigold #B88840

Tints of Marigold #B88840

Color information

#B88840 (or 0xB88840) is unknown color: approx Marigold. HEX triplet: B8, 88 and 40. RGB value is (184,136,64). Sum of RGB (Red+Green+Blue) = 184+136+64=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B88840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88840 is #4777BF. Grayscale: #8E8E8E. Windows color (decimal): -4683712 or 4229304. OLE color: 4229304.

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

Color convert

RGB18413664-
CMYK00.260.650.28
HSL36º48.39%48.63%-
HSV(B)36º65.22%72.16%-
XYZ29.528.178.73-
YUV142.1483.9157.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=47.92%
G=35.42%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841366400.260.650.283648.3948.63
HexB8884001A411C243031
Octal27021010003210134446061
Binary10111000100010001000000011010100000111100100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88840; }

 p { color: rgb(184,136,64); }

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

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

 a { background-color: rgb(184,136,64); }

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

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

 span { border-color: rgb(184,136,64); }

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