Html Css Color HEX #BC8337 Marigold

📋 copy color: '#BC8337'

red 188 ◦ green 131 ◦ blue 55

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

Shades of Marigold #BC8337

Tints of Marigold #BC8337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 50.27%
G = 35.03%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC8337 (or 0xBC8337) is known color: Marigold. HEX triplet: BC, 83 and 37. RGB value is (188,131,55). Sum of RGB (Red+Green+Blue) = 188+131+55=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8337 is #437CC8. Grayscale: #8B8B8B. Windows color (decimal): -4422857 or 3638204. OLE color: 3638204.

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

Color convert

RGB 188 131 55 -
CMYK 0 0.30 0.71 0.26
HSL 34.29º 0.55% 0.48% -
HSV(B) 34.29º 0.71% 0.74% -
XYZ 29.54 27.2 7.31 -
YUV 139.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 188 131 55 0 0.30 0.71 0.26 34.29 0.55 0.48
Hex BC 83 37 0 1E 47 1A 22 37 30
Octal 274 203 67 0 36 107 32 42 67 60
Binary 10111100 10000011 110111 0 11110 1000111 11010 100010 110111 110000

Color Harmonies of #BC8337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8337

Black with #BC8337

Text Example


Text Example

White with #BC8337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8337; }

 p { color: rgb(188,131,55); }

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

background-color css

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

 a { background-color: rgb(188,131,55); }

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

border-color css

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

 span { border-color: rgb(188,131,55); }

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