Html Css Color HEX #B68447 Marigold

📋 copy color: '#B68447'

red 182 ◦ green 132 ◦ blue 71

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

Shades of Marigold #B68447

Tints of Marigold #B68447

RGB

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

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

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

R = 47.27%
G = 34.29%
B = 18.44%

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

#B68447 (or 0xB68447) is known color: Marigold. HEX triplet: B6, 84 and 47. RGB value is (182,132,71). Sum of RGB (Red+Green+Blue) = 182+132+71=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B68447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68447 is #497BB8. Grayscale: #8C8C8C. Windows color (decimal): -4815801 or 4687030. OLE color: 4687030.

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

Color convert

RGB 182 132 71 -
CMYK 0 0.27 0.61 0.29
HSL 32.97º 0.44% 0.5% -
HSV(B) 32.97º 0.61% 0.71% -
XYZ 28.68 26.9 9.64 -
YUV 140 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 182 132 71 0 0.27 0.61 0.29 32.97 0.44 0.5
Hex B6 84 47 0 1B 3D 1D 21 2C 32
Octal 266 204 107 0 33 75 35 41 54 62
Binary 10110110 10000100 1000111 0 11011 111101 11101 100001 101100 110010

Color Harmonies of #B68447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68447

Black with #B68447

Text Example


Text Example

White with #B68447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68447; }

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

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

background-color css

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

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

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

border-color css

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

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

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