Html Css Color HEX #BAB58D Coriander

📋 copy color: '#BAB58D'

red 186 ◦ green 181 ◦ blue 141

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

Shades of Coriander #BAB58D

Tints of Coriander #BAB58D

RGB

 RED value IS 186 (73.05% from 255) = 36.61%

 GREEN value IS 181 (71.09% from 255) = 35.63%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 36.61%
G = 35.63%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAB58D (or 0xBAB58D) is known color: Coriander. HEX triplet: BA, B5 and 8D. RGB value is (186,181,141). Sum of RGB (Red+Green+Blue) = 186+181+141=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58D is #454A72. Grayscale: #B2B2B2. Windows color (decimal): -4541043 or 9287098. OLE color: 9287098.

HSL color Cylindrical-coordinate representation of color #BAB58D: hue angle of 53.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB58D is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 141 -
CMYK 0 0.03 0.24 0.27
HSL 53.33º 0.25% 0.64% -
HSV(B) 53.33º 0.24% 0.73% -
XYZ 41.58 45.41 31.77 -
YUV 177.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 186 181 141 0 0.03 0.24 0.27 53.33 0.25 0.64
Hex BA B5 8D 0 3 18 1B 35 19 40
Octal 272 265 215 0 3 30 33 65 31 100
Binary 10111010 10110101 10001101 0 11 11000 11011 110101 11001 1000000

Color Harmonies of #BAB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB58D

Black with #BAB58D

Text Example


Text Example

White with #BAB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB58D; }

 p { color: rgb(186,181,141); }

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

background-color css

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

 a { background-color: rgb(186,181,141); }

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

border-color css

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

 span { border-color: rgb(186,181,141); }

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