Html Css Color HEX #B68644 Marigold

📋 copy color: '#B68644'

red 182 ◦ green 134 ◦ blue 68

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

Shades of Marigold #B68644

Tints of Marigold #B68644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 47.4%
G = 34.9%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68644 (or 0xB68644) is known color: Marigold. HEX triplet: B6, 86 and 44. RGB value is (182,134,68). Sum of RGB (Red+Green+Blue) = 182+134+68=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B68644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68644 is #4979BB. Grayscale: #8D8D8D. Windows color (decimal): -4815292 or 4490934. OLE color: 4490934.

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

Color convert

RGB 182 134 68 -
CMYK 0 0.26 0.63 0.29
HSL 34.74º 0.46% 0.49% -
HSV(B) 34.74º 0.63% 0.71% -
XYZ 28.86 27.41 9.24 -
YUV 140.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 182 134 68 0 0.26 0.63 0.29 34.74 0.46 0.49
Hex B6 86 44 0 1A 3F 1D 23 2E 31
Octal 266 206 104 0 32 77 35 43 56 61
Binary 10110110 10000110 1000100 0 11010 111111 11101 100011 101110 110001

Color Harmonies of #B68644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68644

Black with #B68644

Text Example


Text Example

White with #B68644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68644; }

 p { color: rgb(182,134,68); }

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

background-color css

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

 a { background-color: rgb(182,134,68); }

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

border-color css

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

 span { border-color: rgb(182,134,68); }

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