Html Css Color HEX #B68342 Marigold

📋 copy color: '#B68342'

red 182 ◦ green 131 ◦ blue 66

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

Shades of Marigold #B68342

Tints of Marigold #B68342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 48.02%
G = 34.56%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B68342 (or 0xB68342) is known color: Marigold. HEX triplet: B6, 83 and 42. RGB value is (182,131,66). Sum of RGB (Red+Green+Blue) = 182+131+66=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B68342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68342 is #497CBD. Grayscale: #8B8B8B. Windows color (decimal): -4816062 or 4359094. OLE color: 4359094.

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

Color convert

RGB 182 131 66 -
CMYK 0 0.28 0.64 0.29
HSL 33.62º 0.47% 0.49% -
HSV(B) 33.62º 0.64% 0.71% -
XYZ 28.39 26.57 8.79 -
YUV 138.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 182 131 66 0 0.28 0.64 0.29 33.62 0.47 0.49
Hex B6 83 42 0 1C 40 1D 22 2F 31
Octal 266 203 102 0 34 100 35 42 57 61
Binary 10110110 10000011 1000010 0 11100 1000000 11101 100010 101111 110001

Color Harmonies of #B68342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68342

Black with #B68342

Text Example


Text Example

White with #B68342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68342; }

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

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

background-color css

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

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

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

border-color css

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

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

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