Html Css Color HEX #B5883D Marigold

📋 copy color: '#B5883D'

red 181 ◦ green 136 ◦ blue 61

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

Shades of Marigold #B5883D

Tints of Marigold #B5883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 47.88%
G = 35.98%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5883D (or 0xB5883D) is known color: Marigold. HEX triplet: B5, 88 and 3D. RGB value is (181,136,61). Sum of RGB (Red+Green+Blue) = 181+136+61=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5883D is #4A77C2. Grayscale: #8D8D8D. Windows color (decimal): -4880323 or 4032693. OLE color: 4032693.

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

Color convert

RGB 181 136 61 -
CMYK 0 0.25 0.66 0.29
HSL 37.5º 0.5% 0.47% -
HSV(B) 37.5º 0.66% 0.71% -
XYZ 28.7 27.77 8.26 -
YUV 140.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 181 136 61 0 0.25 0.66 0.29 37.5 0.5 0.47
Hex B5 88 3D 0 19 42 1D 26 32 2F
Octal 265 210 75 0 31 102 35 46 62 57
Binary 10110101 10001000 111101 0 11001 1000010 11101 100110 110010 101111

Color Harmonies of #B5883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5883D

Black with #B5883D

Text Example


Text Example

White with #B5883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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