Html Css Color HEX #B5843C Marigold

📋 copy color: '#B5843C'

red 181 ◦ green 132 ◦ blue 60

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

Shades of Marigold #B5843C

Tints of Marigold #B5843C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 60 (23.83% from 255) = 16.09%

R = 48.53%
G = 35.39%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5843C (or 0xB5843C) is known color: Marigold. HEX triplet: B5, 84 and 3C. RGB value is (181,132,60). Sum of RGB (Red+Green+Blue) = 181+132+60=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5843C is #4A7BC3. Grayscale: #8A8A8A. Windows color (decimal): -4881348 or 3966133. OLE color: 3966133.

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

Color convert

RGB 181 132 60 -
CMYK 0 0.27 0.67 0.29
HSL 35.7º 0.5% 0.47% -
HSV(B) 35.7º 0.67% 0.71% -
XYZ 28.12 26.65 7.94 -
YUV 138.44 83.73 158.35 -
System Red Green Blue C M Y K H S L
Decimal 181 132 60 0 0.27 0.67 0.29 35.7 0.5 0.47
Hex B5 84 3C 0 1B 43 1D 24 32 2F
Octal 265 204 74 0 33 103 35 44 62 57
Binary 10110101 10000100 111100 0 11011 1000011 11101 100100 110010 101111

Color Harmonies of #B5843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5843C

Black with #B5843C

Text Example


Text Example

White with #B5843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5843C; }

 p { color: rgb(181,132,60); }

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

background-color css

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

 a { background-color: rgb(181,132,60); }

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

border-color css

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

 span { border-color: rgb(181,132,60); }

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