Html Css Color HEX #BC853D Marigold

📋 copy color: '#BC853D'

red 188 ◦ green 133 ◦ blue 61

#BC853D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #BC853D

Tints of Marigold #BC853D

RGB

 RED value IS 188 (73.83% from 255) = 49.21%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 49.21%
G = 34.82%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC853D (or 0xBC853D) is known color: Marigold. HEX triplet: BC, 85 and 3D. RGB value is (188,133,61). Sum of RGB (Red+Green+Blue) = 188+133+61=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC853D is #437AC2. Grayscale: #8D8D8D. Windows color (decimal): -4422339 or 4031932. OLE color: 4031932.

HSL color Cylindrical-coordinate representation of color #BC853D: hue angle of 34.02º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC853D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 61 -
CMYK 0 0.29 0.68 0.26
HSL 34.02º 0.51% 0.49% -
HSV(B) 34.02º 0.68% 0.74% -
XYZ 29.97 27.8 8.2 -
YUV 141.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 188 133 61 0 0.29 0.68 0.26 34.02 0.51 0.49
Hex BC 85 3D 0 1D 44 1A 22 33 31
Octal 274 205 75 0 35 104 32 42 63 61
Binary 10111100 10000101 111101 0 11101 1000100 11010 100010 110011 110001

Color Harmonies of #BC853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC853D

Black with #BC853D

Text Example


Text Example

White with #BC853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC853D; }

 p { color: rgb(188,133,61); }

 H1.HeaderClassName
 {
   color: #BC853D;
 }
 .AnyTagClassName
 {
   color: #BC853D;
 }
</style>

background-color css

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

 a { background-color: rgb(188,133,61); }

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

border-color css

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

 span { border-color: rgb(188,133,61); }

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