Html Css Color HEX #B68138 Marigold

📋 copy color: '#B68138'

red 182 ◦ green 129 ◦ blue 56

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

Shades of Marigold #B68138

Tints of Marigold #B68138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 49.59%
G = 35.15%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68138 (or 0xB68138) is known color: Marigold. HEX triplet: B6, 81 and 38. RGB value is (182,129,56). Sum of RGB (Red+Green+Blue) = 182+129+56=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B68138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68138 is #497EC7. Grayscale: #888888. Windows color (decimal): -4816584 or 3703222. OLE color: 3703222.

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

Color convert

RGB 182 129 56 -
CMYK 0 0.29 0.69 0.29
HSL 34.76º 0.53% 0.47% -
HSV(B) 34.76º 0.69% 0.71% -
XYZ 27.86 25.93 7.28 -
YUV 136.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 182 129 56 0 0.29 0.69 0.29 34.76 0.53 0.47
Hex B6 81 38 0 1D 45 1D 23 35 2F
Octal 266 201 70 0 35 105 35 43 65 57
Binary 10110110 10000001 111000 0 11101 1000101 11101 100011 110101 101111

Color Harmonies of #B68138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68138

Black with #B68138

Text Example


Text Example

White with #B68138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68138; }

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

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

background-color css

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

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

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

border-color css

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

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

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