Html Css Color HEX #BC883A Marigold

📋 copy color: '#BC883A'

red 188 ◦ green 136 ◦ blue 58

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

Shades of Marigold #BC883A

Tints of Marigold #BC883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 49.21%
G = 35.6%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC883A (or 0xBC883A) is known color: Marigold. HEX triplet: BC, 88 and 3A. RGB value is (188,136,58). Sum of RGB (Red+Green+Blue) = 188+136+58=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC883A is #4377C5. Grayscale: #8F8F8F. Windows color (decimal): -4421574 or 3836092. OLE color: 3836092.

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

Color convert

RGB 188 136 58 -
CMYK 0 0.28 0.69 0.26
HSL 36º 0.53% 0.48% -
HSV(B) 36º 0.69% 0.74% -
XYZ 30.31 28.61 7.93 -
YUV 142.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 188 136 58 0 0.28 0.69 0.26 36 0.53 0.48
Hex BC 88 3A 0 1C 45 1A 24 35 30
Octal 274 210 72 0 34 105 32 44 65 60
Binary 10111100 10001000 111010 0 11100 1000101 11010 100100 110101 110000

Color Harmonies of #BC883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC883A

Black with #BC883A

Text Example


Text Example

White with #BC883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC883A; }

 p { color: rgb(188,136,58); }

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

background-color css

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

 a { background-color: rgb(188,136,58); }

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

border-color css

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

 span { border-color: rgb(188,136,58); }

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