Html Css Color HEX #B68638 Marigold

📋 copy color: '#B68638'

red 182 ◦ green 134 ◦ blue 56

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

Shades of Marigold #B68638

Tints of Marigold #B68638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.05%

R = 48.92%
G = 36.02%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68638 (or 0xB68638) is known color: Marigold. HEX triplet: B6, 86 and 38. RGB value is (182,134,56). Sum of RGB (Red+Green+Blue) = 182+134+56=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B68638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68638 is #4979C7. Grayscale: #8B8B8B. Windows color (decimal): -4815304 or 3704502. OLE color: 3704502.

HSL color Cylindrical-coordinate representation of color #B68638: hue angle of 37.14º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B68638 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 56 -
CMYK 0 0.26 0.69 0.29
HSL 37.14º 0.53% 0.47% -
HSV(B) 37.14º 0.69% 0.71% -
XYZ 28.53 27.28 7.5 -
YUV 139.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 182 134 56 0 0.26 0.69 0.29 37.14 0.53 0.47
Hex B6 86 38 0 1A 45 1D 25 35 2F
Octal 266 206 70 0 32 105 35 45 65 57
Binary 10110110 10000110 111000 0 11010 1000101 11101 100101 110101 101111

Color Harmonies of #B68638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68638

Black with #B68638

Text Example


Text Example

White with #B68638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68638; }

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

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

background-color css

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

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

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

border-color css

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

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

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