Html Css Color HEX #BC893E Marigold

📋 copy color: '#BC893E'

red 188 ◦ green 137 ◦ blue 62

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

Shades of Marigold #BC893E

Tints of Marigold #BC893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 48.58%
G = 35.4%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC893E (or 0xBC893E) is known color: Marigold. HEX triplet: BC, 89 and 3E. RGB value is (188,137,62). Sum of RGB (Red+Green+Blue) = 188+137+62=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC893E is #4376C1. Grayscale: #909090. Windows color (decimal): -4421314 or 4098492. OLE color: 4098492.

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

Color convert

RGB 188 137 62 -
CMYK 0 0.27 0.67 0.26
HSL 35.71º 0.5% 0.49% -
HSV(B) 35.71º 0.67% 0.74% -
XYZ 30.55 28.93 8.53 -
YUV 143.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 188 137 62 0 0.27 0.67 0.26 35.71 0.5 0.49
Hex BC 89 3E 0 1B 43 1A 24 32 31
Octal 274 211 76 0 33 103 32 44 62 61
Binary 10111100 10001001 111110 0 11011 1000011 11010 100100 110010 110001

Color Harmonies of #BC893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC893E

Black with #BC893E

Text Example


Text Example

White with #BC893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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