Html Css Color HEX #B1803B Marigold

📋 copy color: '#B1803B'

red 177 ◦ green 128 ◦ blue 59

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

Shades of Marigold #B1803B

Tints of Marigold #B1803B

RGB

 RED value IS 177 (69.53% from 255) = 48.63%

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

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

R = 48.63%
G = 35.16%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1803B (or 0xB1803B) is known color: Marigold. HEX triplet: B1, 80 and 3B. RGB value is (177,128,59). Sum of RGB (Red+Green+Blue) = 177+128+59=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1803B is #4E7FC4. Grayscale: #878787. Windows color (decimal): -5144517 or 3899569. OLE color: 3899569.

HSL color Cylindrical-coordinate representation of color #B1803B: hue angle of 35.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1803B is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 59 -
CMYK 0 0.28 0.67 0.31
HSL 35.08º 0.5% 0.46% -
HSV(B) 35.08º 0.67% 0.69% -
XYZ 26.64 25.1 7.58 -
YUV 134.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 177 128 59 0 0.28 0.67 0.31 35.08 0.5 0.46
Hex B1 80 3B 0 1C 43 1F 23 32 2E
Octal 261 200 73 0 34 103 37 43 62 56
Binary 10110001 10000000 111011 0 11100 1000011 11111 100011 110010 101110

Color Harmonies of #B1803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1803B

Black with #B1803B

Text Example


Text Example

White with #B1803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1803B; }

 p { color: rgb(177,128,59); }

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

background-color css

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

 a { background-color: rgb(177,128,59); }

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

border-color css

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

 span { border-color: rgb(177,128,59); }

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