Html Css Color HEX #B68439 Marigold

📋 copy color: '#B68439'

red 182 ◦ green 132 ◦ blue 57

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

Shades of Marigold #B68439

Tints of Marigold #B68439

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 57 (22.66% from 255) = 15.36%

R = 49.06%
G = 35.58%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68439 (or 0xB68439) is known color: Marigold. HEX triplet: B6, 84 and 39. RGB value is (182,132,57). Sum of RGB (Red+Green+Blue) = 182+132+57=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B68439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68439 is #497BC6. Grayscale: #8A8A8A. Windows color (decimal): -4815815 or 3769526. OLE color: 3769526.

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

Color convert

RGB 182 132 57 -
CMYK 0 0.27 0.69 0.29
HSL 36º 0.52% 0.47% -
HSV(B) 36º 0.69% 0.71% -
XYZ 28.28 26.74 7.54 -
YUV 138.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 182 132 57 0 0.27 0.69 0.29 36 0.52 0.47
Hex B6 84 39 0 1B 45 1D 24 34 2F
Octal 266 204 71 0 33 105 35 44 64 57
Binary 10110110 10000100 111001 0 11011 1000101 11101 100100 110100 101111

Color Harmonies of #B68439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68439

Black with #B68439

Text Example


Text Example

White with #B68439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68439; }

 p { color: rgb(182,132,57); }

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

background-color css

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

 a { background-color: rgb(182,132,57); }

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

border-color css

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

 span { border-color: rgb(182,132,57); }

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