Html Css Color HEX #B5873D Marigold

📋 copy color: '#B5873D'

red 181 ◦ green 135 ◦ blue 61

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

Shades of Marigold #B5873D

Tints of Marigold #B5873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 48.01%
G = 35.81%
B = 16.18%

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

#B5873D (or 0xB5873D) is known color: Marigold. HEX triplet: B5, 87 and 3D. RGB value is (181,135,61). Sum of RGB (Red+Green+Blue) = 181+135+61=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5873D is #4A78C2. Grayscale: #8C8C8C. Windows color (decimal): -4880579 or 4032437. OLE color: 4032437.

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

Color convert

RGB 181 135 61 -
CMYK 0 0.25 0.66 0.29
HSL 37º 0.5% 0.47% -
HSV(B) 37º 0.66% 0.71% -
XYZ 28.56 27.49 8.22 -
YUV 140.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 181 135 61 0 0.25 0.66 0.29 37 0.5 0.47
Hex B5 87 3D 0 19 42 1D 25 32 2F
Octal 265 207 75 0 31 102 35 45 62 57
Binary 10110101 10000111 111101 0 11001 1000010 11101 100101 110010 101111

Color Harmonies of #B5873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5873D

Black with #B5873D

Text Example


Text Example

White with #B5873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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