Html Css Color HEX #B68747 Marigold

📋 copy color: '#B68747'

red 182 ◦ green 135 ◦ blue 71

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

Shades of Marigold #B68747

Tints of Marigold #B68747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 46.91%
G = 34.79%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B68747 (or 0xB68747) is known color: Marigold. HEX triplet: B6, 87 and 47. RGB value is (182,135,71). Sum of RGB (Red+Green+Blue) = 182+135+71=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B68747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68747 is #4978B8. Grayscale: #8E8E8E. Windows color (decimal): -4815033 or 4687798. OLE color: 4687798.

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

Color convert

RGB 182 135 71 -
CMYK 0 0.26 0.61 0.29
HSL 34.59º 0.44% 0.5% -
HSV(B) 34.59º 0.61% 0.71% -
XYZ 29.09 27.73 9.78 -
YUV 141.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 182 135 71 0 0.26 0.61 0.29 34.59 0.44 0.5
Hex B6 87 47 0 1A 3D 1D 23 2C 32
Octal 266 207 107 0 32 75 35 43 54 62
Binary 10110110 10000111 1000111 0 11010 111101 11101 100011 101100 110010

Color Harmonies of #B68747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68747

Black with #B68747

Text Example


Text Example

White with #B68747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68747; }

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

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

background-color css

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

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

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

border-color css

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

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

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