Html Css Color HEX #B68346 Marigold

📋 copy color: '#B68346'

red 182 ◦ green 131 ◦ blue 70

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

Shades of Marigold #B68346

Tints of Marigold #B68346

RGB

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

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

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

R = 47.52%
G = 34.2%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68346 (or 0xB68346) is known color: Marigold. HEX triplet: B6, 83 and 46. RGB value is (182,131,70). Sum of RGB (Red+Green+Blue) = 182+131+70=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68346 is #497CB9. Grayscale: #8B8B8B. Windows color (decimal): -4816058 or 4621238. OLE color: 4621238.

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

Color convert

RGB 182 131 70 -
CMYK 0 0.28 0.62 0.29
HSL 32.68º 0.44% 0.49% -
HSV(B) 32.68º 0.62% 0.71% -
XYZ 28.51 26.62 9.43 -
YUV 139.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 182 131 70 0 0.28 0.62 0.29 32.68 0.44 0.49
Hex B6 83 46 0 1C 3E 1D 21 2C 31
Octal 266 203 106 0 34 76 35 41 54 61
Binary 10110110 10000011 1000110 0 11100 111110 11101 100001 101100 110001

Color Harmonies of #B68346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68346

Black with #B68346

Text Example


Text Example

White with #B68346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68346; }

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

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

background-color css

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

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

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

border-color css

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

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

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