Html Css Color HEX #B38746 Marigold

📋 copy color: '#B38746'

red 179 ◦ green 135 ◦ blue 70

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

Shades of Marigold #B38746

Tints of Marigold #B38746

RGB

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

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

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

R = 46.61%
G = 35.16%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B38746 (or 0xB38746) is known color: Marigold. HEX triplet: B3, 87 and 46. RGB value is (179,135,70). Sum of RGB (Red+Green+Blue) = 179+135+70=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B38746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38746 is #4C78B9. Grayscale: #8D8D8D. Windows color (decimal): -5011642 or 4622259. OLE color: 4622259.

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

Color convert

RGB 179 135 70 -
CMYK 0 0.25 0.61 0.30
HSL 35.78º 0.44% 0.49% -
HSV(B) 35.78º 0.61% 0.7% -
XYZ 28.36 27.35 9.58 -
YUV 140.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 179 135 70 0 0.25 0.61 0.30 35.78 0.44 0.49
Hex B3 87 46 0 19 3D 1E 24 2C 31
Octal 263 207 106 0 31 75 36 44 54 61
Binary 10110011 10000111 1000110 0 11001 111101 11110 100100 101100 110001

Color Harmonies of #B38746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38746

Black with #B38746

Text Example


Text Example

White with #B38746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38746; }

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

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

background-color css

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

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

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

border-color css

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

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

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