Html Css Color HEX #B6883A Marigold

📋 copy color: '#B6883A'

red 182 ◦ green 136 ◦ blue 58

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

Shades of Marigold #B6883A

Tints of Marigold #B6883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.17%

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

R = 48.4%
G = 36.17%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6883A (or 0xB6883A) is known color: Marigold. HEX triplet: B6, 88 and 3A. RGB value is (182,136,58). Sum of RGB (Red+Green+Blue) = 182+136+58=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6883A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6883A is #4977C5. Grayscale: #8D8D8D. Windows color (decimal): -4814790 or 3836086. OLE color: 3836086.

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

Color convert

RGB 182 136 58 -
CMYK 0 0.25 0.68 0.29
HSL 37.74º 0.52% 0.47% -
HSV(B) 37.74º 0.68% 0.71% -
XYZ 28.86 27.86 7.86 -
YUV 140.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 182 136 58 0 0.25 0.68 0.29 37.74 0.52 0.47
Hex B6 88 3A 0 19 44 1D 26 34 2F
Octal 266 210 72 0 31 104 35 46 64 57
Binary 10110110 10001000 111010 0 11001 1000100 11101 100110 110100 101111

Color Harmonies of #B6883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6883A

Black with #B6883A

Text Example


Text Example

White with #B6883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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