Html Css Color HEX #B5803C Marigold

📋 copy color: '#B5803C'

red 181 ◦ green 128 ◦ blue 60

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

Shades of Marigold #B5803C

Tints of Marigold #B5803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 49.05%
G = 34.69%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5803C (or 0xB5803C) is known color: Marigold. HEX triplet: B5, 80 and 3C. RGB value is (181,128,60). Sum of RGB (Red+Green+Blue) = 181+128+60=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5803C is #4A7FC3. Grayscale: #888888. Windows color (decimal): -4882372 or 3965109. OLE color: 3965109.

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

Color convert

RGB 181 128 60 -
CMYK 0 0.29 0.67 0.29
HSL 33.72º 0.5% 0.47% -
HSV(B) 33.72º 0.67% 0.71% -
XYZ 27.59 25.59 7.76 -
YUV 136.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 181 128 60 0 0.29 0.67 0.29 33.72 0.5 0.47
Hex B5 80 3C 0 1D 43 1D 22 32 2F
Octal 265 200 74 0 35 103 35 42 62 57
Binary 10110101 10000000 111100 0 11101 1000011 11101 100010 110010 101111

Color Harmonies of #B5803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5803C

Black with #B5803C

Text Example


Text Example

White with #B5803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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