Html Css Color HEX #BAB57F Coriander

📋 copy color: '#BAB57F'

red 186 ◦ green 181 ◦ blue 127

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

Shades of Coriander #BAB57F

Tints of Coriander #BAB57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.71%

R = 37.65%
G = 36.64%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BAB57F (or 0xBAB57F) is known color: Coriander. HEX triplet: BA, B5 and 7F. RGB value is (186,181,127). Sum of RGB (Red+Green+Blue) = 186+181+127=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57F is #454A80. Grayscale: #B0B0B0. Windows color (decimal): -4541057 or 8369594. OLE color: 8369594.

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

Color convert

RGB 186 181 127 -
CMYK 0 0.03 0.32 0.27
HSL 54.92º 0.3% 0.61% -
HSV(B) 54.92º 0.32% 0.73% -
XYZ 40.6 45.02 26.63 -
YUV 176.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 186 181 127 0 0.03 0.32 0.27 54.92 0.3 0.61
Hex BA B5 7F 0 3 20 1B 37 1E 3D
Octal 272 265 177 0 3 40 33 67 36 75
Binary 10111010 10110101 1111111 0 11 100000 11011 110111 11110 111101

Color Harmonies of #BAB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57F

Black with #BAB57F

Text Example


Text Example

White with #BAB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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