Html Css Color HEX #B68446 Marigold

📋 copy color: '#B68446'

red 182 ◦ green 132 ◦ blue 70

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

Shades of Marigold #B68446

Tints of Marigold #B68446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 47.4%
G = 34.38%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68446 (or 0xB68446) is known color: Marigold. HEX triplet: B6, 84 and 46. RGB value is (182,132,70). Sum of RGB (Red+Green+Blue) = 182+132+70=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B68446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68446 is #497BB9. Grayscale: #8C8C8C. Windows color (decimal): -4815802 or 4621494. OLE color: 4621494.

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

Color convert

RGB 182 132 70 -
CMYK 0 0.27 0.62 0.29
HSL 33.21º 0.44% 0.49% -
HSV(B) 33.21º 0.62% 0.71% -
XYZ 28.65 26.89 9.47 -
YUV 139.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 182 132 70 0 0.27 0.62 0.29 33.21 0.44 0.49
Hex B6 84 46 0 1B 3E 1D 21 2C 31
Octal 266 204 106 0 33 76 35 41 54 61
Binary 10110110 10000100 1000110 0 11011 111110 11101 100001 101100 110001

Color Harmonies of #B68446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68446

Black with #B68446

Text Example


Text Example

White with #B68446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68446; }

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

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

background-color css

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

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

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

border-color css

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

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

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