Html Css Color HEX #B68A42 Marigold

📋 copy color: '#B68A42'

red 182 ◦ green 138 ◦ blue 66

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

Shades of Marigold #B68A42

Tints of Marigold #B68A42

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.75%

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

R = 47.15%
G = 35.75%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B68A42 (or 0xB68A42) is known color: Marigold. HEX triplet: B6, 8A and 42. RGB value is (182,138,66). Sum of RGB (Red+Green+Blue) = 182+138+66=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A42 is #4975BD. Grayscale: #8F8F8F. Windows color (decimal): -4814270 or 4360886. OLE color: 4360886.

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

Color convert

RGB 182 138 66 -
CMYK 0 0.24 0.64 0.29
HSL 37.24º 0.47% 0.49% -
HSV(B) 37.24º 0.64% 0.71% -
XYZ 29.36 28.52 9.11 -
YUV 142.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 182 138 66 0 0.24 0.64 0.29 37.24 0.47 0.49
Hex B6 8A 42 0 18 40 1D 25 2F 31
Octal 266 212 102 0 30 100 35 45 57 61
Binary 10110110 10001010 1000010 0 11000 1000000 11101 100101 101111 110001

Color Harmonies of #B68A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68A42

Black with #B68A42

Text Example


Text Example

White with #B68A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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