Html Css Color HEX #B68944 Marigold

📋 copy color: '#B68944'

red 182 ◦ green 137 ◦ blue 68

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

Shades of Marigold #B68944

Tints of Marigold #B68944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 47.03%
G = 35.4%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68944 (or 0xB68944) is known color: Marigold. HEX triplet: B6, 89 and 44. RGB value is (182,137,68). Sum of RGB (Red+Green+Blue) = 182+137+68=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68944 is #4976BB. Grayscale: #8E8E8E. Windows color (decimal): -4814524 or 4491702. OLE color: 4491702.

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

Color convert

RGB 182 137 68 -
CMYK 0 0.25 0.63 0.29
HSL 36.32º 0.46% 0.49% -
HSV(B) 36.32º 0.63% 0.71% -
XYZ 29.28 28.25 9.38 -
YUV 142.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 182 137 68 0 0.25 0.63 0.29 36.32 0.46 0.49
Hex B6 89 44 0 19 3F 1D 24 2E 31
Octal 266 211 104 0 31 77 35 44 56 61
Binary 10110110 10001001 1000100 0 11001 111111 11101 100100 101110 110001

Color Harmonies of #B68944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68944

Black with #B68944

Text Example


Text Example

White with #B68944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68944; }

 p { color: rgb(182,137,68); }

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

background-color css

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

 a { background-color: rgb(182,137,68); }

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

border-color css

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

 span { border-color: rgb(182,137,68); }

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