Html Css Color HEX #BC863B Marigold

📋 copy color: '#BC863B'

red 188 ◦ green 134 ◦ blue 59

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

Shades of Marigold #BC863B

Tints of Marigold #BC863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 49.34%
G = 35.17%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC863B (or 0xBC863B) is known color: Marigold. HEX triplet: BC, 86 and 3B. RGB value is (188,134,59). Sum of RGB (Red+Green+Blue) = 188+134+59=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC863B is #4379C4. Grayscale: #8D8D8D. Windows color (decimal): -4422085 or 3901116. OLE color: 3901116.

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

Color convert

RGB 188 134 59 -
CMYK 0 0.29 0.69 0.26
HSL 34.88º 0.52% 0.48% -
HSV(B) 34.88º 0.69% 0.74% -
XYZ 30.05 28.06 7.97 -
YUV 141.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 188 134 59 0 0.29 0.69 0.26 34.88 0.52 0.48
Hex BC 86 3B 0 1D 45 1A 23 34 30
Octal 274 206 73 0 35 105 32 43 64 60
Binary 10111100 10000110 111011 0 11101 1000101 11010 100011 110100 110000

Color Harmonies of #BC863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC863B

Black with #BC863B

Text Example


Text Example

White with #BC863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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