Html Css Color HEX #B68542 Marigold

📋 copy color: '#B68542'

red 182 ◦ green 133 ◦ blue 66

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

Shades of Marigold #B68542

Tints of Marigold #B68542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

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

R = 47.77%
G = 34.91%
B = 17.32%

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

#B68542 (or 0xB68542) is known color: Marigold. HEX triplet: B6, 85 and 42. RGB value is (182,133,66). Sum of RGB (Red+Green+Blue) = 182+133+66=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B68542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68542 is #497ABD. Grayscale: #8C8C8C. Windows color (decimal): -4815550 or 4359606. OLE color: 4359606.

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

Color convert

RGB 182 133 66 -
CMYK 0 0.27 0.64 0.29
HSL 34.66º 0.47% 0.49% -
HSV(B) 34.66º 0.64% 0.71% -
XYZ 28.66 27.11 8.88 -
YUV 140.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 182 133 66 0 0.27 0.64 0.29 34.66 0.47 0.49
Hex B6 85 42 0 1B 40 1D 23 2F 31
Octal 266 205 102 0 33 100 35 43 57 61
Binary 10110110 10000101 1000010 0 11011 1000000 11101 100011 101111 110001

Color Harmonies of #B68542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68542

Black with #B68542

Text Example


Text Example

White with #B68542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68542; }

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

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

background-color css

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

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

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

border-color css

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

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

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