Html Css Color HEX #B6863E Marigold

📋 copy color: '#B6863E'

red 182 ◦ green 134 ◦ blue 62

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

Shades of Marigold #B6863E

Tints of Marigold #B6863E

RGB

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

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

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

R = 48.15%
G = 35.45%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6863E (or 0xB6863E) is known color: Marigold. HEX triplet: B6, 86 and 3E. RGB value is (182,134,62). Sum of RGB (Red+Green+Blue) = 182+134+62=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6863E is #4979C1. Grayscale: #8C8C8C. Windows color (decimal): -4815298 or 4097718. OLE color: 4097718.

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

Color convert

RGB 182 134 62 -
CMYK 0 0.26 0.66 0.29
HSL 36º 0.49% 0.48% -
HSV(B) 36º 0.66% 0.71% -
XYZ 28.69 27.34 8.32 -
YUV 140.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 182 134 62 0 0.26 0.66 0.29 36 0.49 0.48
Hex B6 86 3E 0 1A 42 1D 24 31 30
Octal 266 206 76 0 32 102 35 44 61 60
Binary 10110110 10000110 111110 0 11010 1000010 11101 100100 110001 110000

Color Harmonies of #B6863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6863E

Black with #B6863E

Text Example


Text Example

White with #B6863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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