#BD8238

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

Shades of Marigold #BD8238

Tints of Marigold #BD8238

Color information

#BD8238 (or 0xBD8238) is unknown color: approx Marigold. HEX triplet: BD, 82 and 38. RGB value is (189,130,56). Sum of RGB (Red+Green+Blue) = 189+130+56=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8238 is #427DC7. Grayscale: #8B8B8B. Windows color (decimal): -4357576 or 3703485. OLE color: 3703485.

HSL color Cylindrical-coordinate representation of color #BD8238: hue angle of 33.38º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD8238 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18913056-
CMYK00.310.700.26
HSL33.38º54.29%48.04%-
HSV(B)33.38º70.37%74.12%-
XYZ29.6827.077.4-
YUV139.281.05163.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=50.4%
G=34.67%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891305600.310.700.2633.3854.2948.04
HexBD823801F461A213630
Octal2752027003710632416660
Binary1011110110000010111000011111100011011010100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8238; }

 p { color: rgb(189,130,56); }

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

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

 a { background-color: rgb(189,130,56); }

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

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

 span { border-color: rgb(189,130,56); }

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