Html Css Color HEX #BC8338 Marigold

📋 copy color: '#BC8338'

red 188 ◦ green 131 ◦ blue 56

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

Shades of Marigold #BC8338

Tints of Marigold #BC8338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.93%

R = 50.13%
G = 34.93%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8338 (or 0xBC8338) is known color: Marigold. HEX triplet: BC, 83 and 38. RGB value is (188,131,56). Sum of RGB (Red+Green+Blue) = 188+131+56=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8338 is #437CC7. Grayscale: #8B8B8B. Windows color (decimal): -4422856 or 3703740. OLE color: 3703740.

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

Color convert

RGB 188 131 56 -
CMYK 0 0.30 0.70 0.26
HSL 34.09º 0.54% 0.48% -
HSV(B) 34.09º 0.7% 0.74% -
XYZ 29.57 27.21 7.43 -
YUV 139.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 188 131 56 0 0.30 0.70 0.26 34.09 0.54 0.48
Hex BC 83 38 0 1E 46 1A 22 36 30
Octal 274 203 70 0 36 106 32 42 66 60
Binary 10111100 10000011 111000 0 11110 1000110 11010 100010 110110 110000

Color Harmonies of #BC8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8338

Black with #BC8338

Text Example


Text Example

White with #BC8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8338; }

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

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

background-color css

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

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

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

border-color css

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

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

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