Html Css Color HEX #B6883E Marigold

📋 copy color: '#B6883E'

red 182 ◦ green 136 ◦ blue 62

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

Shades of Marigold #B6883E

Tints of Marigold #B6883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

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

R = 47.89%
G = 35.79%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6883E (or 0xB6883E) is known color: Marigold. HEX triplet: B6, 88 and 3E. RGB value is (182,136,62). Sum of RGB (Red+Green+Blue) = 182+136+62=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6883E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6883E is #4977C1. Grayscale: #8D8D8D. Windows color (decimal): -4814786 or 4098230. OLE color: 4098230.

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

Color convert

RGB 182 136 62 -
CMYK 0 0.25 0.66 0.29
HSL 37º 0.49% 0.48% -
HSV(B) 37º 0.66% 0.71% -
XYZ 28.97 27.9 8.42 -
YUV 141.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 182 136 62 0 0.25 0.66 0.29 37 0.49 0.48
Hex B6 88 3E 0 19 42 1D 25 31 30
Octal 266 210 76 0 31 102 35 45 61 60
Binary 10110110 10001000 111110 0 11001 1000010 11101 100101 110001 110000

Color Harmonies of #B6883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6883E

Black with #B6883E

Text Example


Text Example

White with #B6883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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