Html Css Color HEX #B68E46 Marigold

📋 copy color: '#B68E46'

red 182 ◦ green 142 ◦ blue 70

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

Shades of Marigold #B68E46

Tints of Marigold #B68E46

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 46.19%
G = 36.04%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68E46 (or 0xB68E46) is known color: Marigold. HEX triplet: B6, 8E and 46. RGB value is (182,142,70). Sum of RGB (Red+Green+Blue) = 182+142+70=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E46 is #4971B9. Grayscale: #929292. Windows color (decimal): -4813242 or 4624054. OLE color: 4624054.

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

Color convert

RGB 182 142 70 -
CMYK 0 0.22 0.62 0.29
HSL 38.57º 0.44% 0.49% -
HSV(B) 38.57º 0.62% 0.71% -
XYZ 30.07 29.73 9.95 -
YUV 145.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 182 142 70 0 0.22 0.62 0.29 38.57 0.44 0.49
Hex B6 8E 46 0 16 3E 1D 27 2C 31
Octal 266 216 106 0 26 76 35 47 54 61
Binary 10110110 10001110 1000110 0 10110 111110 11101 100111 101100 110001

Color Harmonies of #B68E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E46

Black with #B68E46

Text Example


Text Example

White with #B68E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E46; }

 p { color: rgb(182,142,70); }

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

background-color css

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

 a { background-color: rgb(182,142,70); }

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

border-color css

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

 span { border-color: rgb(182,142,70); }

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