Html Css Color HEX #B38544 Marigold

📋 copy color: '#B38544'

red 179 ◦ green 133 ◦ blue 68

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

Shades of Marigold #B38544

Tints of Marigold #B38544

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 47.11%
G = 35%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B38544 (or 0xB38544) is known color: Marigold. HEX triplet: B3, 85 and 44. RGB value is (179,133,68). Sum of RGB (Red+Green+Blue) = 179+133+68=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38544 is #4C7ABB. Grayscale: #8B8B8B. Windows color (decimal): -5012156 or 4490675. OLE color: 4490675.

HSL color Cylindrical-coordinate representation of color #B38544: hue angle of 35.14º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B38544 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 68 -
CMYK 0 0.26 0.62 0.30
HSL 35.14º 0.45% 0.48% -
HSV(B) 35.14º 0.62% 0.7% -
XYZ 28.02 26.78 9.16 -
YUV 139.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 179 133 68 0 0.26 0.62 0.30 35.14 0.45 0.48
Hex B3 85 44 0 1A 3E 1E 23 2D 30
Octal 263 205 104 0 32 76 36 43 55 60
Binary 10110011 10000101 1000100 0 11010 111110 11110 100011 101101 110000

Color Harmonies of #B38544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38544

Black with #B38544

Text Example


Text Example

White with #B38544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38544; }

 p { color: rgb(179,133,68); }

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

background-color css

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

 a { background-color: rgb(179,133,68); }

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

border-color css

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

 span { border-color: rgb(179,133,68); }

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