#BC833A

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

Shades of Marigold #BC833A

Tints of Marigold #BC833A

Color information

#BC833A (or 0xBC833A) is unknown color: approx Marigold. HEX triplet: BC, 83 and 3A. RGB value is (188,131,58). Sum of RGB (Red+Green+Blue) = 188+131+58=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833A is #437CC5. Grayscale: #8C8C8C. Windows color (decimal): -4422854 or 3834812. OLE color: 3834812.

HSL color Cylindrical-coordinate representation of color #BC833A: hue angle of 33.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC833A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18813158-
CMYK00.300.690.26
HSL33.69º52.85%48.24%-
HSV(B)33.69º69.15%73.73%-
XYZ29.6227.237.7-
YUV139.7281.88162.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=49.87%
G=34.75%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881315800.300.690.2633.6952.8548.24
HexBC833A01E451A223530
Octal2742037203610532426560
Binary1011110010000011111010011110100010111010100010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC833A; }

 p { color: rgb(188,131,58); }

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

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

 a { background-color: rgb(188,131,58); }

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

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

 span { border-color: rgb(188,131,58); }

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