Html Css Color HEX #B68849 Marigold

📋 copy color: '#B68849'

red 182 ◦ green 136 ◦ blue 73

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

Shades of Marigold #B68849

Tints of Marigold #B68849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 46.55%
G = 34.78%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B68849 (or 0xB68849) is known color: Marigold. HEX triplet: B6, 88 and 49. RGB value is (182,136,73). Sum of RGB (Red+Green+Blue) = 182+136+73=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B68849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68849 is #4977B6. Grayscale: #8E8E8E. Windows color (decimal): -4814775 or 4819126. OLE color: 4819126.

HSL color Cylindrical-coordinate representation of color #B68849: hue angle of 34.68º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68849 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 73 -
CMYK 0 0.25 0.60 0.29
HSL 34.68º 0.43% 0.5% -
HSV(B) 34.68º 0.6% 0.71% -
XYZ 29.3 28.03 10.17 -
YUV 142.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 182 136 73 0 0.25 0.60 0.29 34.68 0.43 0.5
Hex B6 88 49 0 19 3C 1D 23 2B 32
Octal 266 210 111 0 31 74 35 43 53 62
Binary 10110110 10001000 1001001 0 11001 111100 11101 100011 101011 110010

Color Harmonies of #B68849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68849

Black with #B68849

Text Example


Text Example

White with #B68849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68849; }

 p { color: rgb(182,136,73); }

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

background-color css

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

 a { background-color: rgb(182,136,73); }

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

border-color css

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

 span { border-color: rgb(182,136,73); }

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