Html Css Color HEX #B38540 Marigold

📋 copy color: '#B38540'

red 179 ◦ green 133 ◦ blue 64

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

Shades of Marigold #B38540

Tints of Marigold #B38540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 47.61%
G = 35.37%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38540 (or 0xB38540) is known color: Marigold. HEX triplet: B3, 85 and 40. RGB value is (179,133,64). Sum of RGB (Red+Green+Blue) = 179+133+64=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B38540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38540 is #4C7ABF. Grayscale: #8B8B8B. Windows color (decimal): -5012160 or 4228531. OLE color: 4228531.

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

Color convert

RGB 179 133 64 -
CMYK 0 0.26 0.64 0.30
HSL 36º 0.47% 0.48% -
HSV(B) 36º 0.64% 0.7% -
XYZ 27.9 26.73 8.54 -
YUV 138.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 179 133 64 0 0.26 0.64 0.30 36 0.47 0.48
Hex B3 85 40 0 1A 40 1E 24 2F 30
Octal 263 205 100 0 32 100 36 44 57 60
Binary 10110011 10000101 1000000 0 11010 1000000 11110 100100 101111 110000

Color Harmonies of #B38540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38540

Black with #B38540

Text Example


Text Example

White with #B38540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38540; }

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

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

background-color css

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

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

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

border-color css

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

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

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