Html Css Color HEX #B5893D Marigold

📋 copy color: '#B5893D'

red 181 ◦ green 137 ◦ blue 61

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

Shades of Marigold #B5893D

Tints of Marigold #B5893D

RGB

 RED value IS 181 (71.09% from 255) = 47.76%

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 47.76%
G = 36.15%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5893D (or 0xB5893D) is known color: Marigold. HEX triplet: B5, 89 and 3D. RGB value is (181,137,61). Sum of RGB (Red+Green+Blue) = 181+137+61=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5893D is #4A76C2. Grayscale: #8D8D8D. Windows color (decimal): -4880067 or 4032949. OLE color: 4032949.

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

Color convert

RGB 181 137 61 -
CMYK 0 0.24 0.66 0.29
HSL 38º 0.5% 0.47% -
HSV(B) 38º 0.66% 0.71% -
XYZ 28.84 28.05 8.31 -
YUV 141.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 181 137 61 0 0.24 0.66 0.29 38 0.5 0.47
Hex B5 89 3D 0 18 42 1D 26 32 2F
Octal 265 211 75 0 30 102 35 46 62 57
Binary 10110101 10001001 111101 0 11000 1000010 11101 100110 110010 101111

Color Harmonies of #B5893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5893D

Black with #B5893D

Text Example


Text Example

White with #B5893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5893D; }

 p { color: rgb(181,137,61); }

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

background-color css

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

 a { background-color: rgb(181,137,61); }

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

border-color css

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

 span { border-color: rgb(181,137,61); }

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