Html Css Color HEX #B68C46 Marigold

📋 copy color: '#B68C46'

red 182 ◦ green 140 ◦ blue 70

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

Shades of Marigold #B68C46

Tints of Marigold #B68C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 46.43%
G = 35.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68C46 (or 0xB68C46) is known color: Marigold. HEX triplet: B6, 8C and 46. RGB value is (182,140,70). Sum of RGB (Red+Green+Blue) = 182+140+70=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68C46 is #4973B9. Grayscale: #909090. Windows color (decimal): -4813754 or 4623542. OLE color: 4623542.

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

Color convert

RGB 182 140 70 -
CMYK 0 0.23 0.62 0.29
HSL 37.5º 0.44% 0.49% -
HSV(B) 37.5º 0.62% 0.71% -
XYZ 29.77 29.14 9.85 -
YUV 144.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 182 140 70 0 0.23 0.62 0.29 37.5 0.44 0.49
Hex B6 8C 46 0 17 3E 1D 26 2C 31
Octal 266 214 106 0 27 76 35 46 54 61
Binary 10110110 10001100 1000110 0 10111 111110 11101 100110 101100 110001

Color Harmonies of #B68C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C46

Black with #B68C46

Text Example


Text Example

White with #B68C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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