Html Css Color HEX #B68336 Marigold

📋 copy color: '#B68336'

red 182 ◦ green 131 ◦ blue 54

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

Shades of Marigold #B68336

Tints of Marigold #B68336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 54 (21.48% from 255) = 14.71%

R = 49.59%
G = 35.69%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68336 (or 0xB68336) is known color: Marigold. HEX triplet: B6, 83 and 36. RGB value is (182,131,54). Sum of RGB (Red+Green+Blue) = 182+131+54=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68336 is #497CC9. Grayscale: #898989. Windows color (decimal): -4816074 or 3572662. OLE color: 3572662.

HSL color Cylindrical-coordinate representation of color #B68336: hue angle of 36.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68336 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 54 -
CMYK 0 0.28 0.70 0.29
HSL 36.09º 0.54% 0.46% -
HSV(B) 36.09º 0.7% 0.71% -
XYZ 28.07 26.44 7.11 -
YUV 137.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 182 131 54 0 0.28 0.70 0.29 36.09 0.54 0.46
Hex B6 83 36 0 1C 46 1D 24 36 2E
Octal 266 203 66 0 34 106 35 44 66 56
Binary 10110110 10000011 110110 0 11100 1000110 11101 100100 110110 101110

Color Harmonies of #B68336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68336

Black with #B68336

Text Example


Text Example

White with #B68336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68336; }

 p { color: rgb(182,131,54); }

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

background-color css

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

 a { background-color: rgb(182,131,54); }

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

border-color css

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

 span { border-color: rgb(182,131,54); }

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