Html Css Color HEX #B6803B Marigold

📋 copy color: '#B6803B'

red 182 ◦ green 128 ◦ blue 59

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

Shades of Marigold #B6803B

Tints of Marigold #B6803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 49.32%
G = 34.69%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6803B (or 0xB6803B) is known color: Marigold. HEX triplet: B6, 80 and 3B. RGB value is (182,128,59). Sum of RGB (Red+Green+Blue) = 182+128+59=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6803B is #497FC4. Grayscale: #888888. Windows color (decimal): -4816837 or 3899574. OLE color: 3899574.

HSL color Cylindrical-coordinate representation of color #B6803B: hue angle of 33.66º 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 #B6803B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 59 -
CMYK 0 0.30 0.68 0.29
HSL 33.66º 0.51% 0.47% -
HSV(B) 33.66º 0.68% 0.71% -
XYZ 27.8 25.7 7.63 -
YUV 136.28 84.39 160.61 -
System Red Green Blue C M Y K H S L
Decimal 182 128 59 0 0.30 0.68 0.29 33.66 0.51 0.47
Hex B6 80 3B 0 1E 44 1D 22 33 2F
Octal 266 200 73 0 36 104 35 42 63 57
Binary 10110110 10000000 111011 0 11110 1000100 11101 100010 110011 101111

Color Harmonies of #B6803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6803B

Black with #B6803B

Text Example


Text Example

White with #B6803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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