Html Css Color HEX #B0803A Marigold

📋 copy color: '#B0803A'

red 176 ◦ green 128 ◦ blue 58

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

Shades of Marigold #B0803A

Tints of Marigold #B0803A

RGB

 RED value IS 176 (69.14% from 255) = 48.62%

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 48.62%
G = 35.36%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0803A (or 0xB0803A) is known color: Marigold. HEX triplet: B0, 80 and 3A. RGB value is (176,128,58). Sum of RGB (Red+Green+Blue) = 176+128+58=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B0803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0803A is #4F7FC5. Grayscale: #868686. Windows color (decimal): -5210054 or 3834032. OLE color: 3834032.

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

Color convert

RGB 176 128 58 -
CMYK 0 0.27 0.67 0.31
HSL 35.59º 0.5% 0.46% -
HSV(B) 35.59º 0.67% 0.69% -
XYZ 26.39 24.97 7.43 -
YUV 134.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 176 128 58 0 0.27 0.67 0.31 35.59 0.5 0.46
Hex B0 80 3A 0 1B 43 1F 24 32 2E
Octal 260 200 72 0 33 103 37 44 62 56
Binary 10110000 10000000 111010 0 11011 1000011 11111 100100 110010 101110

Color Harmonies of #B0803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0803A

Black with #B0803A

Text Example


Text Example

White with #B0803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0803A; }

 p { color: rgb(176,128,58); }

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

background-color css

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

 a { background-color: rgb(176,128,58); }

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

border-color css

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

 span { border-color: rgb(176,128,58); }

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