Html Css Color HEX #B68637 Marigold

📋 copy color: '#B68637'

red 182 ◦ green 134 ◦ blue 55

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

Shades of Marigold #B68637

Tints of Marigold #B68637

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 49.06%
G = 36.12%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B68637 (or 0xB68637) is known color: Marigold. HEX triplet: B6, 86 and 37. RGB value is (182,134,55). Sum of RGB (Red+Green+Blue) = 182+134+55=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68637 is #4979C8. Grayscale: #8B8B8B. Windows color (decimal): -4815305 or 3638966. OLE color: 3638966.

HSL color Cylindrical-coordinate representation of color #B68637: hue angle of 37.32º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B68637 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 55 -
CMYK 0 0.26 0.70 0.29
HSL 37.32º 0.54% 0.46% -
HSV(B) 37.32º 0.7% 0.71% -
XYZ 28.51 27.27 7.38 -
YUV 139.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 182 134 55 0 0.26 0.70 0.29 37.32 0.54 0.46
Hex B6 86 37 0 1A 46 1D 25 36 2E
Octal 266 206 67 0 32 106 35 45 66 56
Binary 10110110 10000110 110111 0 11010 1000110 11101 100101 110110 101110

Color Harmonies of #B68637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68637

Black with #B68637

Text Example


Text Example

White with #B68637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68637; }

 p { color: rgb(182,134,55); }

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

background-color css

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

 a { background-color: rgb(182,134,55); }

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

border-color css

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

 span { border-color: rgb(182,134,55); }

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