Html Css Color HEX #B6803C Marigold

📋 copy color: '#B6803C'

red 182 ◦ green 128 ◦ blue 60

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

Shades of Marigold #B6803C

Tints of Marigold #B6803C

RGB

 RED value IS 182 (71.48% from 255) = 49.19%

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

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 49.19%
G = 34.59%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6803C (or 0xB6803C) is known color: Marigold. HEX triplet: B6, 80 and 3C. RGB value is (182,128,60). Sum of RGB (Red+Green+Blue) = 182+128+60=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6803C is #497FC3. Grayscale: #888888. Windows color (decimal): -4816836 or 3965110. OLE color: 3965110.

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

Color convert

RGB 182 128 60 -
CMYK 0 0.30 0.67 0.29
HSL 33.44º 0.5% 0.47% -
HSV(B) 33.44º 0.67% 0.71% -
XYZ 27.83 25.71 7.77 -
YUV 136.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 182 128 60 0 0.30 0.67 0.29 33.44 0.5 0.47
Hex B6 80 3C 0 1E 43 1D 21 32 2F
Octal 266 200 74 0 36 103 35 41 62 57
Binary 10110110 10000000 111100 0 11110 1000011 11101 100001 110010 101111

Color Harmonies of #B6803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6803C

Black with #B6803C

Text Example


Text Example

White with #B6803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6803C; }

 p { color: rgb(182,128,60); }

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

background-color css

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

 a { background-color: rgb(182,128,60); }

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

border-color css

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

 span { border-color: rgb(182,128,60); }

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