Html Css Color HEX #B5813D Marigold

📋 copy color: '#B5813D'

red 181 ◦ green 129 ◦ blue 61

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

Shades of Marigold #B5813D

Tints of Marigold #B5813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 48.79%
G = 34.77%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5813D (or 0xB5813D) is known color: Marigold. HEX triplet: B5, 81 and 3D. RGB value is (181,129,61). Sum of RGB (Red+Green+Blue) = 181+129+61=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5813D is #4A7EC2. Grayscale: #898989. Windows color (decimal): -4882115 or 4030901. OLE color: 4030901.

HSL color Cylindrical-coordinate representation of color #B5813D: hue angle of 34º 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 #B5813D is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 129 61 -
CMYK 0 0.29 0.66 0.29
HSL 34º 0.5% 0.47% -
HSV(B) 34º 0.66% 0.71% -
XYZ 27.75 25.86 7.94 -
YUV 136.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 181 129 61 0 0.29 0.66 0.29 34 0.5 0.47
Hex B5 81 3D 0 1D 42 1D 22 32 2F
Octal 265 201 75 0 35 102 35 42 62 57
Binary 10110101 10000001 111101 0 11101 1000010 11101 100010 110010 101111

Color Harmonies of #B5813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5813D

Black with #B5813D

Text Example


Text Example

White with #B5813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5813D; }

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

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

background-color css

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

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

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

border-color css

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

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

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