Html Css Color HEX #B68D47 Marigold

📋 copy color: '#B68D47'

red 182 ◦ green 141 ◦ blue 71

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

Shades of Marigold #B68D47

Tints of Marigold #B68D47

RGB

 RED value IS 182 (71.48% from 255) = 46.19%

 GREEN value IS 141 (55.47% from 255) = 35.79%

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 46.19%
G = 35.79%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B68D47 (or 0xB68D47) is known color: Marigold. HEX triplet: B6, 8D and 47. RGB value is (182,141,71). Sum of RGB (Red+Green+Blue) = 182+141+71=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68D47 is #4972B8. Grayscale: #919191. Windows color (decimal): -4813497 or 4689334. OLE color: 4689334.

HSL color Cylindrical-coordinate representation of color #B68D47: hue angle of 37.84º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B68D47 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 141 71 -
CMYK 0 0.23 0.61 0.29
HSL 37.84º 0.44% 0.5% -
HSV(B) 37.84º 0.61% 0.71% -
XYZ 29.95 29.45 10.07 -
YUV 145.28 86.08 154.19 -
System Red Green Blue C M Y K H S L
Decimal 182 141 71 0 0.23 0.61 0.29 37.84 0.44 0.5
Hex B6 8D 47 0 17 3D 1D 26 2C 32
Octal 266 215 107 0 27 75 35 46 54 62
Binary 10110110 10001101 1000111 0 10111 111101 11101 100110 101100 110010

Color Harmonies of #B68D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D47

Black with #B68D47

Text Example


Text Example

White with #B68D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D47; }

 p { color: rgb(182,141,71); }

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

background-color css

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

 a { background-color: rgb(182,141,71); }

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

border-color css

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

 span { border-color: rgb(182,141,71); }

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