Html Css Color HEX #B68848 Marigold

📋 copy color: '#B68848'

red 182 ◦ green 136 ◦ blue 72

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

Shades of Marigold #B68848

Tints of Marigold #B68848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 46.67%
G = 34.87%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B68848 (or 0xB68848) is known color: Marigold. HEX triplet: B6, 88 and 48. RGB value is (182,136,72). Sum of RGB (Red+Green+Blue) = 182+136+72=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B68848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68848 is #4977B7. Grayscale: #8E8E8E. Windows color (decimal): -4814776 or 4753590. OLE color: 4753590.

HSL color Cylindrical-coordinate representation of color #B68848: hue angle of 34.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68848 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 72 -
CMYK 0 0.25 0.60 0.29
HSL 34.91º 0.43% 0.5% -
HSV(B) 34.91º 0.6% 0.71% -
XYZ 29.27 28.02 10 -
YUV 142.46 88.24 156.2 -
System Red Green Blue C M Y K H S L
Decimal 182 136 72 0 0.25 0.60 0.29 34.91 0.43 0.5
Hex B6 88 48 0 19 3C 1D 23 2B 32
Octal 266 210 110 0 31 74 35 43 53 62
Binary 10110110 10001000 1001000 0 11001 111100 11101 100011 101011 110010

Color Harmonies of #B68848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68848

Black with #B68848

Text Example


Text Example

White with #B68848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68848; }

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

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

background-color css

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

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

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

border-color css

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

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

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