Html Css Color HEX #B68547 Marigold

📋 copy color: '#B68547'

red 182 ◦ green 133 ◦ blue 71

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

Shades of Marigold #B68547

Tints of Marigold #B68547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 47.15%
G = 34.46%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B68547 (or 0xB68547) is known color: Marigold. HEX triplet: B6, 85 and 47. RGB value is (182,133,71). Sum of RGB (Red+Green+Blue) = 182+133+71=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68547 is #497AB8. Grayscale: #8C8C8C. Windows color (decimal): -4815545 or 4687286. OLE color: 4687286.

HSL color Cylindrical-coordinate representation of color #B68547: hue angle of 33.51º 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 #B68547 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 71 -
CMYK 0 0.27 0.61 0.29
HSL 33.51º 0.44% 0.5% -
HSV(B) 33.51º 0.61% 0.71% -
XYZ 28.82 27.18 9.69 -
YUV 140.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 182 133 71 0 0.27 0.61 0.29 33.51 0.44 0.5
Hex B6 85 47 0 1B 3D 1D 22 2C 32
Octal 266 205 107 0 33 75 35 42 54 62
Binary 10110110 10000101 1000111 0 11011 111101 11101 100010 101100 110010

Color Harmonies of #B68547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68547

Black with #B68547

Text Example


Text Example

White with #B68547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68547; }

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

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

background-color css

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

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

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

border-color css

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

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

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