Html Css Color HEX #B6863B Marigold

📋 copy color: '#B6863B'

red 182 ◦ green 134 ◦ blue 59

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

Shades of Marigold #B6863B

Tints of Marigold #B6863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 48.53%
G = 35.73%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6863B (or 0xB6863B) is known color: Marigold. HEX triplet: B6, 86 and 3B. RGB value is (182,134,59). Sum of RGB (Red+Green+Blue) = 182+134+59=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B6863B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6863B is #4979C4. Grayscale: #8C8C8C. Windows color (decimal): -4815301 or 3901110. OLE color: 3901110.

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

Color convert

RGB 182 134 59 -
CMYK 0 0.26 0.68 0.29
HSL 36.59º 0.51% 0.47% -
HSV(B) 36.59º 0.68% 0.71% -
XYZ 28.61 27.31 7.9 -
YUV 139.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 182 134 59 0 0.26 0.68 0.29 36.59 0.51 0.47
Hex B6 86 3B 0 1A 44 1D 25 33 2F
Octal 266 206 73 0 32 104 35 45 63 57
Binary 10110110 10000110 111011 0 11010 1000100 11101 100101 110011 101111

Color Harmonies of #B6863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6863B

Black with #B6863B

Text Example


Text Example

White with #B6863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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