Html Css Color HEX #B68845 Marigold

📋 copy color: '#B68845'

red 182 ◦ green 136 ◦ blue 69

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

Shades of Marigold #B68845

Tints of Marigold #B68845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 47.03%
G = 35.14%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68845 (or 0xB68845) is known color: Marigold. HEX triplet: B6, 88 and 45. RGB value is (182,136,69). Sum of RGB (Red+Green+Blue) = 182+136+69=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B68845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68845 is #4977BA. Grayscale: #8E8E8E. Windows color (decimal): -4814779 or 4556982. OLE color: 4556982.

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

Color convert

RGB 182 136 69 -
CMYK 0 0.25 0.62 0.29
HSL 35.58º 0.45% 0.49% -
HSV(B) 35.58º 0.62% 0.71% -
XYZ 29.17 27.98 9.49 -
YUV 142.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 182 136 69 0 0.25 0.62 0.29 35.58 0.45 0.49
Hex B6 88 45 0 19 3E 1D 24 2D 31
Octal 266 210 105 0 31 76 35 44 55 61
Binary 10110110 10001000 1000101 0 11001 111110 11101 100100 101101 110001

Color Harmonies of #B68845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68845

Black with #B68845

Text Example


Text Example

White with #B68845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68845; }

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

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

background-color css

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

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

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

border-color css

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

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

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