Html Css Color HEX #B38541 Marigold

📋 copy color: '#B38541'

red 179 ◦ green 133 ◦ blue 65

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

Shades of Marigold #B38541

Tints of Marigold #B38541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 47.48%
G = 35.28%
B = 17.24%

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

#B38541 (or 0xB38541) is known color: Marigold. HEX triplet: B3, 85 and 41. RGB value is (179,133,65). Sum of RGB (Red+Green+Blue) = 179+133+65=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38541 is #4C7ABE. Grayscale: #8B8B8B. Windows color (decimal): -5012159 or 4294067. OLE color: 4294067.

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

Color convert

RGB 179 133 65 -
CMYK 0 0.26 0.64 0.30
HSL 35.79º 0.47% 0.48% -
HSV(B) 35.79º 0.64% 0.7% -
XYZ 27.93 26.74 8.69 -
YUV 139 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 179 133 65 0 0.26 0.64 0.30 35.79 0.47 0.48
Hex B3 85 41 0 1A 40 1E 24 2F 30
Octal 263 205 101 0 32 100 36 44 57 60
Binary 10110011 10000101 1000001 0 11010 1000000 11110 100100 101111 110000

Color Harmonies of #B38541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38541

Black with #B38541

Text Example


Text Example

White with #B38541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38541; }

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

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

background-color css

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

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

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

border-color css

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

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

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