Html Css Color HEX #B6803A Marigold

📋 copy color: '#B6803A'

red 182 ◦ green 128 ◦ blue 58

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

Shades of Marigold #B6803A

Tints of Marigold #B6803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 49.46%
G = 34.78%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6803A (or 0xB6803A) is known color: Marigold. HEX triplet: B6, 80 and 3A. RGB value is (182,128,58). Sum of RGB (Red+Green+Blue) = 182+128+58=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6803A is #497FC5. Grayscale: #888888. Windows color (decimal): -4816838 or 3834038. OLE color: 3834038.

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

Color convert

RGB 182 128 58 -
CMYK 0 0.30 0.68 0.29
HSL 33.87º 0.52% 0.47% -
HSV(B) 33.87º 0.68% 0.71% -
XYZ 27.77 25.69 7.5 -
YUV 136.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 182 128 58 0 0.30 0.68 0.29 33.87 0.52 0.47
Hex B6 80 3A 0 1E 44 1D 22 34 2F
Octal 266 200 72 0 36 104 35 42 64 57
Binary 10110110 10000000 111010 0 11110 1000100 11101 100010 110100 101111

Color Harmonies of #B6803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6803A

Black with #B6803A

Text Example


Text Example

White with #B6803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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