Html Css Color HEX #B2803A Marigold

📋 copy color: '#B2803A'

red 178 ◦ green 128 ◦ blue 58

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

Shades of Marigold #B2803A

Tints of Marigold #B2803A

RGB

 RED value IS 178 (69.92% from 255) = 48.9%

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

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

R = 48.9%
G = 35.16%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2803A (or 0xB2803A) is known color: Marigold. HEX triplet: B2, 80 and 3A. RGB value is (178,128,58). Sum of RGB (Red+Green+Blue) = 178+128+58=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2803A is #4D7FC5. Grayscale: #878787. Windows color (decimal): -5078982 or 3834034. OLE color: 3834034.

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

Color convert

RGB 178 128 58 -
CMYK 0 0.28 0.67 0.30
HSL 35º 0.51% 0.46% -
HSV(B) 35º 0.67% 0.7% -
XYZ 26.84 25.21 7.45 -
YUV 134.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 178 128 58 0 0.28 0.67 0.30 35 0.51 0.46
Hex B2 80 3A 0 1C 43 1E 23 33 2E
Octal 262 200 72 0 34 103 36 43 63 56
Binary 10110010 10000000 111010 0 11100 1000011 11110 100011 110011 101110

Color Harmonies of #B2803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2803A

Black with #B2803A

Text Example


Text Example

White with #B2803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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