Html Css Color HEX #BC843B Marigold

📋 copy color: '#BC843B'

red 188 ◦ green 132 ◦ blue 59

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

Shades of Marigold #BC843B

Tints of Marigold #BC843B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

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

R = 49.6%
G = 34.83%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC843B (or 0xBC843B) is known color: Marigold. HEX triplet: BC, 84 and 3B. RGB value is (188,132,59). Sum of RGB (Red+Green+Blue) = 188+132+59=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC843B is #437BC4. Grayscale: #8C8C8C. Windows color (decimal): -4422597 or 3900604. OLE color: 3900604.

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

Color convert

RGB 188 132 59 -
CMYK 0 0.30 0.69 0.26
HSL 33.95º 0.52% 0.48% -
HSV(B) 33.95º 0.69% 0.74% -
XYZ 29.78 27.51 7.88 -
YUV 140.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 188 132 59 0 0.30 0.69 0.26 33.95 0.52 0.48
Hex BC 84 3B 0 1E 45 1A 22 34 30
Octal 274 204 73 0 36 105 32 42 64 60
Binary 10111100 10000100 111011 0 11110 1000101 11010 100010 110100 110000

Color Harmonies of #BC843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC843B

Black with #BC843B

Text Example


Text Example

White with #BC843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC843B; }

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

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

background-color css

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

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

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

border-color css

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

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

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