Html Css Color HEX #B8803A Marigold

📋 copy color: '#B8803A'

red 184 ◦ green 128 ◦ blue 58

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

Shades of Marigold #B8803A

Tints of Marigold #B8803A

RGB

 RED value IS 184 (72.27% from 255) = 49.73%

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

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

R = 49.73%
G = 34.59%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8803A (or 0xB8803A) is known color: Marigold. HEX triplet: B8, 80 and 3A. RGB value is (184,128,58). Sum of RGB (Red+Green+Blue) = 184+128+58=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8803A is #477FC5. Grayscale: #898989. Windows color (decimal): -4685766 or 3834040. OLE color: 3834040.

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

Color convert

RGB 184 128 58 -
CMYK 0 0.30 0.68 0.28
HSL 33.33º 0.52% 0.47% -
HSV(B) 33.33º 0.68% 0.72% -
XYZ 28.25 25.93 7.52 -
YUV 136.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 184 128 58 0 0.30 0.68 0.28 33.33 0.52 0.47
Hex B8 80 3A 0 1E 44 1C 21 34 2F
Octal 270 200 72 0 36 104 34 41 64 57
Binary 10111000 10000000 111010 0 11110 1000100 11100 100001 110100 101111

Color Harmonies of #B8803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8803A

Black with #B8803A

Text Example


Text Example

White with #B8803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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