Html Css Color HEX #B6873C Marigold

📋 copy color: '#B6873C'

red 182 ◦ green 135 ◦ blue 60

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

Shades of Marigold #B6873C

Tints of Marigold #B6873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

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

R = 48.28%
G = 35.81%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6873C (or 0xB6873C) is known color: Marigold. HEX triplet: B6, 87 and 3C. RGB value is (182,135,60). Sum of RGB (Red+Green+Blue) = 182+135+60=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6873C is #4978C3. Grayscale: #8C8C8C. Windows color (decimal): -4815044 or 3966902. OLE color: 3966902.

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

Color convert

RGB 182 135 60 -
CMYK 0 0.26 0.67 0.29
HSL 36.89º 0.5% 0.47% -
HSV(B) 36.89º 0.67% 0.71% -
XYZ 28.77 27.6 8.09 -
YUV 140.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 182 135 60 0 0.26 0.67 0.29 36.89 0.5 0.47
Hex B6 87 3C 0 1A 43 1D 25 32 2F
Octal 266 207 74 0 32 103 35 45 62 57
Binary 10110110 10000111 111100 0 11010 1000011 11101 100101 110010 101111

Color Harmonies of #B6873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6873C

Black with #B6873C

Text Example


Text Example

White with #B6873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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