Html Css Color HEX #BC893D Marigold

📋 copy color: '#BC893D'

red 188 ◦ green 137 ◦ blue 61

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

Shades of Marigold #BC893D

Tints of Marigold #BC893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.8%

R = 48.7%
G = 35.49%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC893D (or 0xBC893D) is known color: Marigold. HEX triplet: BC, 89 and 3D. RGB value is (188,137,61). Sum of RGB (Red+Green+Blue) = 188+137+61=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC893D is #4376C2. Grayscale: #8F8F8F. Windows color (decimal): -4421315 or 4032956. OLE color: 4032956.

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

Color convert

RGB 188 137 61 -
CMYK 0 0.27 0.68 0.26
HSL 35.91º 0.51% 0.49% -
HSV(B) 35.91º 0.68% 0.74% -
XYZ 30.53 28.92 8.39 -
YUV 143.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 188 137 61 0 0.27 0.68 0.26 35.91 0.51 0.49
Hex BC 89 3D 0 1B 44 1A 24 33 31
Octal 274 211 75 0 33 104 32 44 63 61
Binary 10111100 10001001 111101 0 11011 1000100 11010 100100 110011 110001

Color Harmonies of #BC893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC893D

Black with #BC893D

Text Example


Text Example

White with #BC893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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