Html Css Color HEX #B4803A Marigold

📋 copy color: '#B4803A'

red 180 ◦ green 128 ◦ blue 58

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

Shades of Marigold #B4803A

Tints of Marigold #B4803A

RGB

 RED value IS 180 (70.7% from 255) = 49.18%

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

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

R = 49.18%
G = 34.97%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4803A (or 0xB4803A) is known color: Marigold. HEX triplet: B4, 80 and 3A. RGB value is (180,128,58). Sum of RGB (Red+Green+Blue) = 180+128+58=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B4803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4803A is #4B7FC5. Grayscale: #878787. Windows color (decimal): -4947910 or 3834036. OLE color: 3834036.

HSL color Cylindrical-coordinate representation of color #B4803A: hue angle of 34.43º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4803A is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 58 -
CMYK 0 0.29 0.68 0.29
HSL 34.43º 0.51% 0.47% -
HSV(B) 34.43º 0.68% 0.71% -
XYZ 27.31 25.45 7.48 -
YUV 135.57 84.23 159.69 -
System Red Green Blue C M Y K H S L
Decimal 180 128 58 0 0.29 0.68 0.29 34.43 0.51 0.47
Hex B4 80 3A 0 1D 44 1D 22 33 2F
Octal 264 200 72 0 35 104 35 42 63 57
Binary 10110100 10000000 111010 0 11101 1000100 11101 100010 110011 101111

Color Harmonies of #B4803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4803A

Black with #B4803A

Text Example


Text Example

White with #B4803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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