#B8883F

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

Shades of Marigold #B8883F

Tints of Marigold #B8883F

Color information

#B8883F (or 0xB8883F) is unknown color: approx Marigold. HEX triplet: B8, 88 and 3F. RGB value is (184,136,63). Sum of RGB (Red+Green+Blue) = 184+136+63=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8883F is #4777C0. Grayscale: #8E8E8E. Windows color (decimal): -4683713 or 4163768. OLE color: 4163768.

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

Color convert

RGB18413663-
CMYK00.260.660.28
HSL36.2º48.99%48.43%-
HSV(B)36.2º65.76%72.16%-
XYZ29.4728.168.58-
YUV142.0383.4157.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 63 (25% from 255) = 16.45%
R=48.04%
G=35.51%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841366300.260.660.2836.248.9948.43
HexB8883F01A421C243130
Octal2702107703210234446160
Binary1011100010001000111111011010100001011100100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8883F; }

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

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

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

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

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

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

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

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