Html Css Color HEX #B6883C Marigold

📋 copy color: '#B6883C'

red 182 ◦ green 136 ◦ blue 60

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

Shades of Marigold #B6883C

Tints of Marigold #B6883C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 48.15%
G = 35.98%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6883C (or 0xB6883C) is known color: Marigold. HEX triplet: B6, 88 and 3C. RGB value is (182,136,60). Sum of RGB (Red+Green+Blue) = 182+136+60=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6883C is #4977C3. Grayscale: #8D8D8D. Windows color (decimal): -4814788 or 3967158. OLE color: 3967158.

HSL color Cylindrical-coordinate representation of color #B6883C: hue angle of 37.38º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6883C is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 60 -
CMYK 0 0.25 0.67 0.29
HSL 37.38º 0.5% 0.47% -
HSV(B) 37.38º 0.67% 0.71% -
XYZ 28.91 27.88 8.13 -
YUV 141.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 182 136 60 0 0.25 0.67 0.29 37.38 0.5 0.47
Hex B6 88 3C 0 19 43 1D 25 32 2F
Octal 266 210 74 0 31 103 35 45 62 57
Binary 10110110 10001000 111100 0 11001 1000011 11101 100101 110010 101111

Color Harmonies of #B6883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6883C

Black with #B6883C

Text Example


Text Example

White with #B6883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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