Html Css Color HEX #B68339 Marigold

📋 copy color: '#B68339'

red 182 ◦ green 131 ◦ blue 57

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

Shades of Marigold #B68339

Tints of Marigold #B68339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 49.19%
G = 35.41%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B68339 (or 0xB68339) is known color: Marigold. HEX triplet: B6, 83 and 39. RGB value is (182,131,57). Sum of RGB (Red+Green+Blue) = 182+131+57=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B68339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68339 is #497CC6. Grayscale: #8A8A8A. Windows color (decimal): -4816071 or 3769270. OLE color: 3769270.

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

Color convert

RGB 182 131 57 -
CMYK 0 0.28 0.69 0.29
HSL 35.52º 0.52% 0.47% -
HSV(B) 35.52º 0.69% 0.71% -
XYZ 28.15 26.47 7.5 -
YUV 137.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 182 131 57 0 0.28 0.69 0.29 35.52 0.52 0.47
Hex B6 83 39 0 1C 45 1D 24 34 2F
Octal 266 203 71 0 34 105 35 44 64 57
Binary 10110110 10000011 111001 0 11100 1000101 11101 100100 110100 101111

Color Harmonies of #B68339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68339

Black with #B68339

Text Example


Text Example

White with #B68339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68339; }

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

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

background-color css

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

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

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

border-color css

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

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

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