Html Css Color HEX #B68844 Marigold

📋 copy color: '#B68844'

red 182 ◦ green 136 ◦ blue 68

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

Shades of Marigold #B68844

Tints of Marigold #B68844

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 47.15%
G = 35.23%
B = 17.62%

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

#B68844 (or 0xB68844) is known color: Marigold. HEX triplet: B6, 88 and 44. RGB value is (182,136,68). Sum of RGB (Red+Green+Blue) = 182+136+68=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68844 is #4977BB. Grayscale: #8E8E8E. Windows color (decimal): -4814780 or 4491446. OLE color: 4491446.

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

Color convert

RGB 182 136 68 -
CMYK 0 0.25 0.63 0.29
HSL 35.79º 0.46% 0.49% -
HSV(B) 35.79º 0.63% 0.71% -
XYZ 29.14 27.97 9.33 -
YUV 142 86.24 156.53 -
System Red Green Blue C M Y K H S L
Decimal 182 136 68 0 0.25 0.63 0.29 35.79 0.46 0.49
Hex B6 88 44 0 19 3F 1D 24 2E 31
Octal 266 210 104 0 31 77 35 44 56 61
Binary 10110110 10001000 1000100 0 11001 111111 11101 100100 101110 110001

Color Harmonies of #B68844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68844

Black with #B68844

Text Example


Text Example

White with #B68844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68844; }

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

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

background-color css

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

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

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

border-color css

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

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

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