Html Css Color HEX #B6893A Marigold

📋 copy color: '#B6893A'

red 182 ◦ green 137 ◦ blue 58

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

Shades of Marigold #B6893A

Tints of Marigold #B6893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 48.28%
G = 36.34%
B = 15.38%

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

#B6893A (or 0xB6893A) is known color: Marigold. HEX triplet: B6, 89 and 3A. RGB value is (182,137,58). Sum of RGB (Red+Green+Blue) = 182+137+58=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6893A is #4976C5. Grayscale: #8D8D8D. Windows color (decimal): -4814534 or 3836342. OLE color: 3836342.

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

Color convert

RGB 182 137 58 -
CMYK 0 0.25 0.68 0.29
HSL 38.23º 0.52% 0.47% -
HSV(B) 38.23º 0.68% 0.71% -
XYZ 29 28.14 7.91 -
YUV 141.45 80.91 156.92 -
System Red Green Blue C M Y K H S L
Decimal 182 137 58 0 0.25 0.68 0.29 38.23 0.52 0.47
Hex B6 89 3A 0 19 44 1D 26 34 2F
Octal 266 211 72 0 31 104 35 46 64 57
Binary 10110110 10001001 111010 0 11001 1000100 11101 100110 110100 101111

Color Harmonies of #B6893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6893A

Black with #B6893A

Text Example


Text Example

White with #B6893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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