Html Css Color HEX #B68442 Marigold

📋 copy color: '#B68442'

red 182 ◦ green 132 ◦ blue 66

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

Shades of Marigold #B68442

Tints of Marigold #B68442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 47.89%
G = 34.74%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B68442 (or 0xB68442) is known color: Marigold. HEX triplet: B6, 84 and 42. RGB value is (182,132,66). Sum of RGB (Red+Green+Blue) = 182+132+66=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B68442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68442 is #497BBD. Grayscale: #8B8B8B. Windows color (decimal): -4815806 or 4359350. OLE color: 4359350.

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

Color convert

RGB 182 132 66 -
CMYK 0 0.27 0.64 0.29
HSL 34.14º 0.47% 0.49% -
HSV(B) 34.14º 0.64% 0.71% -
XYZ 28.53 26.84 8.83 -
YUV 139.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 182 132 66 0 0.27 0.64 0.29 34.14 0.47 0.49
Hex B6 84 42 0 1B 40 1D 22 2F 31
Octal 266 204 102 0 33 100 35 42 57 61
Binary 10110110 10000100 1000010 0 11011 1000000 11101 100010 101111 110001

Color Harmonies of #B68442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68442

Black with #B68442

Text Example


Text Example

White with #B68442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68442; }

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

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

background-color css

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

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

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

border-color css

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

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

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