Html Css Color HEX #BAB57E Coriander

📋 copy color: '#BAB57E'

red 186 ◦ green 181 ◦ blue 126

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

Shades of Coriander #BAB57E

Tints of Coriander #BAB57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 37.73%
G = 36.71%
B = 25.56%

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

#BAB57E (or 0xBAB57E) is known color: Coriander. HEX triplet: BA, B5 and 7E. RGB value is (186,181,126). Sum of RGB (Red+Green+Blue) = 186+181+126=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57E is #454A81. Grayscale: #B0B0B0. Windows color (decimal): -4541058 or 8304058. OLE color: 8304058.

HSL color Cylindrical-coordinate representation of color #BAB57E: hue angle of 55º 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 #BAB57E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 126 -
CMYK 0 0.03 0.32 0.27
HSL 55º 0.3% 0.61% -
HSV(B) 55º 0.32% 0.73% -
XYZ 40.54 44.99 26.29 -
YUV 176.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 186 181 126 0 0.03 0.32 0.27 55 0.3 0.61
Hex BA B5 7E 0 3 20 1B 37 1E 3D
Octal 272 265 176 0 3 40 33 67 36 75
Binary 10111010 10110101 1111110 0 11 100000 11011 110111 11110 111101

Color Harmonies of #BAB57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57E

Black with #BAB57E

Text Example


Text Example

White with #BAB57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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