Html Css Color HEX #BC8435 Marigold

📋 copy color: '#BC8435'

red 188 ◦ green 132 ◦ blue 53

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

Shades of Marigold #BC8435

Tints of Marigold #BC8435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 50.4%
G = 35.39%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC8435 (or 0xBC8435) is known color: Marigold. HEX triplet: BC, 84 and 35. RGB value is (188,132,53). Sum of RGB (Red+Green+Blue) = 188+132+53=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8435 is #437BCA. Grayscale: #8C8C8C. Windows color (decimal): -4422603 or 3507388. OLE color: 3507388.

HSL color Cylindrical-coordinate representation of color #BC8435: hue angle of 35.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC8435 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 53 -
CMYK 0 0.30 0.72 0.26
HSL 35.11º 0.56% 0.47% -
HSV(B) 35.11º 0.72% 0.74% -
XYZ 29.63 27.45 7.1 -
YUV 139.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 188 132 53 0 0.30 0.72 0.26 35.11 0.56 0.47
Hex BC 84 35 0 1E 48 1A 23 38 2F
Octal 274 204 65 0 36 110 32 43 70 57
Binary 10111100 10000100 110101 0 11110 1001000 11010 100011 111000 101111

Color Harmonies of #BC8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8435

Black with #BC8435

Text Example


Text Example

White with #BC8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8435; }

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

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

background-color css

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

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

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

border-color css

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

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

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