Html Css Color HEX #BC873C Marigold

📋 copy color: '#BC873C'

red 188 ◦ green 135 ◦ blue 60

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

Shades of Marigold #BC873C

Tints of Marigold #BC873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 49.09%
G = 35.25%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC873C (or 0xBC873C) is known color: Marigold. HEX triplet: BC, 87 and 3C. RGB value is (188,135,60). Sum of RGB (Red+Green+Blue) = 188+135+60=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC873C is #4378C3. Grayscale: #8E8E8E. Windows color (decimal): -4421828 or 3966908. OLE color: 3966908.

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

Color convert

RGB 188 135 60 -
CMYK 0 0.28 0.68 0.26
HSL 35.16º 0.52% 0.49% -
HSV(B) 35.16º 0.68% 0.74% -
XYZ 30.22 28.35 8.15 -
YUV 142.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 188 135 60 0 0.28 0.68 0.26 35.16 0.52 0.49
Hex BC 87 3C 0 1C 44 1A 23 34 31
Octal 274 207 74 0 34 104 32 43 64 61
Binary 10111100 10000111 111100 0 11100 1000100 11010 100011 110100 110001

Color Harmonies of #BC873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC873C

Black with #BC873C

Text Example


Text Example

White with #BC873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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