Html Css Color HEX #B68E3A Marigold

📋 copy color: '#B68E3A'

red 182 ◦ green 142 ◦ blue 58

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

Shades of Marigold #B68E3A

Tints of Marigold #B68E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 47.64%
G = 37.17%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B68E3A (or 0xB68E3A) is known color: Marigold. HEX triplet: B6, 8E and 3A. RGB value is (182,142,58). Sum of RGB (Red+Green+Blue) = 182+142+58=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68E3A is #4971C5. Grayscale: #909090. Windows color (decimal): -4813254 or 3837622. OLE color: 3837622.

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

Color convert

RGB 182 142 58 -
CMYK 0 0.22 0.68 0.29
HSL 40.65º 0.52% 0.47% -
HSV(B) 40.65º 0.68% 0.71% -
XYZ 29.73 29.6 8.15 -
YUV 144.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 182 142 58 0 0.22 0.68 0.29 40.65 0.52 0.47
Hex B6 8E 3A 0 16 44 1D 29 34 2F
Octal 266 216 72 0 26 104 35 51 64 57
Binary 10110110 10001110 111010 0 10110 1000100 11101 101001 110100 101111

Color Harmonies of #B68E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E3A

Black with #B68E3A

Text Example


Text Example

White with #B68E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E3A; }

 p { color: rgb(182,142,58); }

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

background-color css

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

 a { background-color: rgb(182,142,58); }

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

border-color css

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

 span { border-color: rgb(182,142,58); }

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