Html Css Color HEX #BC883F Marigold

📋 copy color: '#BC883F'

red 188 ◦ green 136 ◦ blue 63

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

Shades of Marigold #BC883F

Tints of Marigold #BC883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 63 (25% from 255) = 16.28%

R = 48.58%
G = 35.14%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC883F (or 0xBC883F) is known color: Marigold. HEX triplet: BC, 88 and 3F. RGB value is (188,136,63). Sum of RGB (Red+Green+Blue) = 188+136+63=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC883F is #4377C0. Grayscale: #8F8F8F. Windows color (decimal): -4421569 or 4163772. OLE color: 4163772.

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

Color convert

RGB 188 136 63 -
CMYK 0 0.28 0.66 0.26
HSL 35.04º 0.5% 0.49% -
HSV(B) 35.04º 0.66% 0.74% -
XYZ 30.44 28.66 8.63 -
YUV 143.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 188 136 63 0 0.28 0.66 0.26 35.04 0.5 0.49
Hex BC 88 3F 0 1C 42 1A 23 32 31
Octal 274 210 77 0 34 102 32 43 62 61
Binary 10111100 10001000 111111 0 11100 1000010 11010 100011 110010 110001

Color Harmonies of #BC883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC883F

Black with #BC883F

Text Example


Text Example

White with #BC883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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