#B88843

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

Shades of Marigold #B88843

Tints of Marigold #B88843

Color information

#B88843 (or 0xB88843) is unknown color: approx Marigold. HEX triplet: B8, 88 and 43. RGB value is (184,136,67). Sum of RGB (Red+Green+Blue) = 184+136+67=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B88843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88843 is #4777BC. Grayscale: #8E8E8E. Windows color (decimal): -4683709 or 4425912. OLE color: 4425912.

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

Color convert

RGB18413667-
CMYK00.260.640.28
HSL35.38º46.61%49.22%-
HSV(B)35.38º63.59%72.16%-
XYZ29.5828.29.19-
YUV142.4985.4157.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 67 (26.56% from 255) = 17.31%
R=47.55%
G=35.14%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841366700.260.640.2835.3846.6149.22
HexB8884301A401C232f31
Octal27021010303210034435761
Binary10111000100010001000011011010100000011100100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88843; }

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

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

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

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

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

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

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

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