Html Css Color HEX #B2803F Marigold

📋 copy color: '#B2803F'

red 178 ◦ green 128 ◦ blue 63

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

Shades of Marigold #B2803F

Tints of Marigold #B2803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 48.24%
G = 34.69%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2803F (or 0xB2803F) is known color: Marigold. HEX triplet: B2, 80 and 3F. RGB value is (178,128,63). Sum of RGB (Red+Green+Blue) = 178+128+63=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2803F is #4D7FC0. Grayscale: #878787. Windows color (decimal): -5078977 or 4161714. OLE color: 4161714.

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

Color convert

RGB 178 128 63 -
CMYK 0 0.28 0.65 0.30
HSL 33.91º 0.48% 0.47% -
HSV(B) 33.91º 0.65% 0.7% -
XYZ 26.98 25.26 8.16 -
YUV 135.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 178 128 63 0 0.28 0.65 0.30 33.91 0.48 0.47
Hex B2 80 3F 0 1C 41 1E 22 30 2F
Octal 262 200 77 0 34 101 36 42 60 57
Binary 10110010 10000000 111111 0 11100 1000001 11110 100010 110000 101111

Color Harmonies of #B2803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2803F

Black with #B2803F

Text Example


Text Example

White with #B2803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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