Html Css Color HEX #B5863D Marigold

📋 copy color: '#B5863D'

red 181 ◦ green 134 ◦ blue 61

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

Shades of Marigold #B5863D

Tints of Marigold #B5863D

RGB

 RED value IS 181 (71.09% from 255) = 48.14%

 GREEN value IS 134 (52.73% from 255) = 35.64%

 BLUE value IS 61 (24.22% from 255) = 16.22%

R = 48.14%
G = 35.64%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5863D (or 0xB5863D) is known color: Marigold. HEX triplet: B5, 86 and 3D. RGB value is (181,134,61). Sum of RGB (Red+Green+Blue) = 181+134+61=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5863D is #4A79C2. Grayscale: #8C8C8C. Windows color (decimal): -4880835 or 4032181. OLE color: 4032181.

HSL color Cylindrical-coordinate representation of color #B5863D: hue angle of 36.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5863D is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 134 61 -
CMYK 0 0.26 0.66 0.29
HSL 36.5º 0.5% 0.47% -
HSV(B) 36.5º 0.66% 0.71% -
XYZ 28.42 27.21 8.17 -
YUV 139.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 181 134 61 0 0.26 0.66 0.29 36.5 0.5 0.47
Hex B5 86 3D 0 1A 42 1D 24 32 2F
Octal 265 206 75 0 32 102 35 44 62 57
Binary 10110101 10000110 111101 0 11010 1000010 11101 100100 110010 101111

Color Harmonies of #B5863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5863D

Black with #B5863D

Text Example


Text Example

White with #B5863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5863D; }

 p { color: rgb(181,134,61); }

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

background-color css

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

 a { background-color: rgb(181,134,61); }

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

border-color css

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

 span { border-color: rgb(181,134,61); }

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