Html Css Color HEX #B38346 Marigold

📋 copy color: '#B38346'

red 179 ◦ green 131 ◦ blue 70

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

Shades of Marigold #B38346

Tints of Marigold #B38346

RGB

 RED value IS 179 (70.31% from 255) = 47.11%

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

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

R = 47.11%
G = 34.47%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B38346 (or 0xB38346) is known color: Marigold. HEX triplet: B3, 83 and 46. RGB value is (179,131,70). Sum of RGB (Red+Green+Blue) = 179+131+70=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38346 is #4C7CB9. Grayscale: #8A8A8A. Windows color (decimal): -5012666 or 4621235. OLE color: 4621235.

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

Color convert

RGB 179 131 70 -
CMYK 0 0.27 0.61 0.30
HSL 33.58º 0.44% 0.49% -
HSV(B) 33.58º 0.61% 0.7% -
XYZ 27.81 26.26 9.4 -
YUV 138.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 179 131 70 0 0.27 0.61 0.30 33.58 0.44 0.49
Hex B3 83 46 0 1B 3D 1E 22 2C 31
Octal 263 203 106 0 33 75 36 42 54 61
Binary 10110011 10000011 1000110 0 11011 111101 11110 100010 101100 110001

Color Harmonies of #B38346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38346

Black with #B38346

Text Example


Text Example

White with #B38346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38346; }

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

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

background-color css

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

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

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

border-color css

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

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

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