Html Css Color HEX #BC873F Marigold

📋 copy color: '#BC873F'

red 188 ◦ green 135 ◦ blue 63

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

Shades of Marigold #BC873F

Tints of Marigold #BC873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 48.7%
G = 34.97%
B = 16.32%

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

#BC873F (or 0xBC873F) is known color: Marigold. HEX triplet: BC, 87 and 3F. RGB value is (188,135,63). Sum of RGB (Red+Green+Blue) = 188+135+63=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC873F is #4378C0. Grayscale: #8E8E8E. Windows color (decimal): -4421825 or 4163516. OLE color: 4163516.

HSL color Cylindrical-coordinate representation of color #BC873F: hue angle of 34.56º 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 #BC873F is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 63 -
CMYK 0 0.28 0.66 0.26
HSL 34.56º 0.5% 0.49% -
HSV(B) 34.56º 0.66% 0.74% -
XYZ 30.3 28.38 8.58 -
YUV 142.64 83.06 160.35 -
System Red Green Blue C M Y K H S L
Decimal 188 135 63 0 0.28 0.66 0.26 34.56 0.5 0.49
Hex BC 87 3F 0 1C 42 1A 23 32 31
Octal 274 207 77 0 34 102 32 43 62 61
Binary 10111100 10000111 111111 0 11100 1000010 11010 100011 110010 110001

Color Harmonies of #BC873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC873F

Black with #BC873F

Text Example


Text Example

White with #BC873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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