Html Css Color HEX #B6813B Marigold

📋 copy color: '#B6813B'

red 182 ◦ green 129 ◦ blue 59

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

Shades of Marigold #B6813B

Tints of Marigold #B6813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 59 (23.44% from 255) = 15.95%

R = 49.19%
G = 34.86%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6813B (or 0xB6813B) is known color: Marigold. HEX triplet: B6, 81 and 3B. RGB value is (182,129,59). Sum of RGB (Red+Green+Blue) = 182+129+59=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6813B is #497EC4. Grayscale: #898989. Windows color (decimal): -4816581 or 3899830. OLE color: 3899830.

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

Color convert

RGB 182 129 59 -
CMYK 0 0.29 0.68 0.29
HSL 34.15º 0.51% 0.47% -
HSV(B) 34.15º 0.68% 0.71% -
XYZ 27.93 25.96 7.68 -
YUV 136.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 182 129 59 0 0.29 0.68 0.29 34.15 0.51 0.47
Hex B6 81 3B 0 1D 44 1D 22 33 2F
Octal 266 201 73 0 35 104 35 42 63 57
Binary 10110110 10000001 111011 0 11101 1000100 11101 100010 110011 101111

Color Harmonies of #B6813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6813B

Black with #B6813B

Text Example


Text Example

White with #B6813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6813B; }

 p { color: rgb(182,129,59); }

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

background-color css

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

 a { background-color: rgb(182,129,59); }

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

border-color css

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

 span { border-color: rgb(182,129,59); }

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