Html Css Color HEX #BC893F Marigold

📋 copy color: '#BC893F'

red 188 ◦ green 137 ◦ blue 63

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

Shades of Marigold #BC893F

Tints of Marigold #BC893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

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

R = 48.45%
G = 35.31%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC893F (or 0xBC893F) is known color: Marigold. HEX triplet: BC, 89 and 3F. RGB value is (188,137,63). Sum of RGB (Red+Green+Blue) = 188+137+63=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC893F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC893F is #4376C0. Grayscale: #909090. Windows color (decimal): -4421313 or 4164028. OLE color: 4164028.

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

Color convert

RGB 188 137 63 -
CMYK 0 0.27 0.66 0.26
HSL 35.52º 0.5% 0.49% -
HSV(B) 35.52º 0.66% 0.74% -
XYZ 30.58 28.94 8.68 -
YUV 143.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 188 137 63 0 0.27 0.66 0.26 35.52 0.5 0.49
Hex BC 89 3F 0 1B 42 1A 24 32 31
Octal 274 211 77 0 33 102 32 44 62 61
Binary 10111100 10001001 111111 0 11011 1000010 11010 100100 110010 110001

Color Harmonies of #BC893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC893F

Black with #BC893F

Text Example


Text Example

White with #BC893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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