Html Css Color HEX #B38744 Marigold

📋 copy color: '#B38744'

red 179 ◦ green 135 ◦ blue 68

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

Shades of Marigold #B38744

Tints of Marigold #B38744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 46.86%
G = 35.34%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B38744 (or 0xB38744) is known color: Marigold. HEX triplet: B3, 87 and 44. RGB value is (179,135,68). Sum of RGB (Red+Green+Blue) = 179+135+68=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B38744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38744 is #4C78BB. Grayscale: #8C8C8C. Windows color (decimal): -5011644 or 4491187. OLE color: 4491187.

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

Color convert

RGB 179 135 68 -
CMYK 0 0.25 0.62 0.30
HSL 36.22º 0.45% 0.48% -
HSV(B) 36.22º 0.62% 0.7% -
XYZ 28.3 27.33 9.25 -
YUV 140.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 179 135 68 0 0.25 0.62 0.30 36.22 0.45 0.48
Hex B3 87 44 0 19 3E 1E 24 2D 30
Octal 263 207 104 0 31 76 36 44 55 60
Binary 10110011 10000111 1000100 0 11001 111110 11110 100100 101101 110000

Color Harmonies of #B38744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38744

Black with #B38744

Text Example


Text Example

White with #B38744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38744; }

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

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

background-color css

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

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

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

border-color css

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

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

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