Html Css Color HEX #BC893B Marigold

📋 copy color: '#BC893B'

red 188 ◦ green 137 ◦ blue 59

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

Shades of Marigold #BC893B

Tints of Marigold #BC893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 48.96%
G = 35.68%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC893B (or 0xBC893B) is known color: Marigold. HEX triplet: BC, 89 and 3B. RGB value is (188,137,59). Sum of RGB (Red+Green+Blue) = 188+137+59=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC893B is #4376C4. Grayscale: #8F8F8F. Windows color (decimal): -4421317 or 3901884. OLE color: 3901884.

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

Color convert

RGB 188 137 59 -
CMYK 0 0.27 0.69 0.26
HSL 36.28º 0.52% 0.48% -
HSV(B) 36.28º 0.69% 0.74% -
XYZ 30.47 28.9 8.11 -
YUV 143.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 188 137 59 0 0.27 0.69 0.26 36.28 0.52 0.48
Hex BC 89 3B 0 1B 45 1A 24 34 30
Octal 274 211 73 0 33 105 32 44 64 60
Binary 10111100 10001001 111011 0 11011 1000101 11010 100100 110100 110000

Color Harmonies of #BC893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC893B

Black with #BC893B

Text Example


Text Example

White with #BC893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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