Html Css Color HEX #B68841 Marigold

📋 copy color: '#B68841'

red 182 ◦ green 136 ◦ blue 65

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

Shades of Marigold #B68841

Tints of Marigold #B68841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 47.52%
G = 35.51%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B68841 (or 0xB68841) is known color: Marigold. HEX triplet: B6, 88 and 41. RGB value is (182,136,65). Sum of RGB (Red+Green+Blue) = 182+136+65=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68841 is #4977BE. Grayscale: #8D8D8D. Windows color (decimal): -4814783 or 4294838. OLE color: 4294838.

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

Color convert

RGB 182 136 65 -
CMYK 0 0.25 0.64 0.29
HSL 36.41º 0.47% 0.48% -
HSV(B) 36.41º 0.64% 0.71% -
XYZ 29.05 27.94 8.86 -
YUV 141.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 182 136 65 0 0.25 0.64 0.29 36.41 0.47 0.48
Hex B6 88 41 0 19 40 1D 24 2F 30
Octal 266 210 101 0 31 100 35 44 57 60
Binary 10110110 10001000 1000001 0 11001 1000000 11101 100100 101111 110000

Color Harmonies of #B68841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68841

Black with #B68841

Text Example


Text Example

White with #B68841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68841; }

 p { color: rgb(182,136,65); }

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

background-color css

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

 a { background-color: rgb(182,136,65); }

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

border-color css

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

 span { border-color: rgb(182,136,65); }

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