Html Css Color HEX #B5843B Marigold

📋 copy color: '#B5843B'

red 181 ◦ green 132 ◦ blue 59

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

Shades of Marigold #B5843B

Tints of Marigold #B5843B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 48.66%
G = 35.48%
B = 15.86%

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

#B5843B (or 0xB5843B) is known color: Marigold. HEX triplet: B5, 84 and 3B. RGB value is (181,132,59). Sum of RGB (Red+Green+Blue) = 181+132+59=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5843B is #4A7BC4. Grayscale: #8A8A8A. Windows color (decimal): -4881349 or 3900597. OLE color: 3900597.

HSL color Cylindrical-coordinate representation of color #B5843B: hue angle of 35.9º degrees, saturation: 0.51, 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 #B5843B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 132 59 -
CMYK 0 0.27 0.67 0.29
HSL 35.9º 0.51% 0.47% -
HSV(B) 35.9º 0.67% 0.71% -
XYZ 28.1 26.64 7.8 -
YUV 138.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 181 132 59 0 0.27 0.67 0.29 35.9 0.51 0.47
Hex B5 84 3B 0 1B 43 1D 24 33 2F
Octal 265 204 73 0 33 103 35 44 63 57
Binary 10110101 10000100 111011 0 11011 1000011 11101 100100 110011 101111

Color Harmonies of #B5843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5843B

Black with #B5843B

Text Example


Text Example

White with #B5843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5843B; }

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

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

background-color css

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

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

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

border-color css

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

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

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