Html Css Color HEX #B68643 Marigold

📋 copy color: '#B68643'

red 182 ◦ green 134 ◦ blue 67

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

Shades of Marigold #B68643

Tints of Marigold #B68643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 47.52%
G = 34.99%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68643 (or 0xB68643) is known color: Marigold. HEX triplet: B6, 86 and 43. RGB value is (182,134,67). Sum of RGB (Red+Green+Blue) = 182+134+67=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68643 is #4979BC. Grayscale: #8D8D8D. Windows color (decimal): -4815293 or 4425398. OLE color: 4425398.

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

Color convert

RGB 182 134 67 -
CMYK 0 0.26 0.63 0.29
HSL 34.96º 0.46% 0.49% -
HSV(B) 34.96º 0.63% 0.71% -
XYZ 28.83 27.4 9.08 -
YUV 140.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 182 134 67 0 0.26 0.63 0.29 34.96 0.46 0.49
Hex B6 86 43 0 1A 3F 1D 23 2E 31
Octal 266 206 103 0 32 77 35 43 56 61
Binary 10110110 10000110 1000011 0 11010 111111 11101 100011 101110 110001

Color Harmonies of #B68643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68643

Black with #B68643

Text Example


Text Example

White with #B68643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68643; }

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

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

background-color css

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

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

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

border-color css

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

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

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