Html Css Color HEX #B6803E Marigold

📋 copy color: '#B6803E'

red 182 ◦ green 128 ◦ blue 62

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

Shades of Marigold #B6803E

Tints of Marigold #B6803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.67%

R = 48.92%
G = 34.41%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6803E (or 0xB6803E) is known color: Marigold. HEX triplet: B6, 80 and 3E. RGB value is (182,128,62). Sum of RGB (Red+Green+Blue) = 182+128+62=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B6803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6803E is #497FC1. Grayscale: #888888. Windows color (decimal): -4816834 or 4096182. OLE color: 4096182.

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

Color convert

RGB 182 128 62 -
CMYK 0 0.30 0.66 0.29
HSL 33º 0.49% 0.48% -
HSV(B) 33º 0.66% 0.71% -
XYZ 27.88 25.73 8.05 -
YUV 136.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 182 128 62 0 0.30 0.66 0.29 33 0.49 0.48
Hex B6 80 3E 0 1E 42 1D 21 31 30
Octal 266 200 76 0 36 102 35 41 61 60
Binary 10110110 10000000 111110 0 11110 1000010 11101 100001 110001 110000

Color Harmonies of #B6803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6803E

Black with #B6803E

Text Example


Text Example

White with #B6803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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